Skip to content

Commit

Permalink
Changes made by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 2cbaa8d commit c4bb9da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Casks/axonopsworkbench.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "axonopsworkbench" do
arch arm: "arm64", intel: "x64"

version "0.1.0-internal-20240802"
sha256 arm: "6f7204c204f823343e5c5eeb572d7716db7324aebcdd347e6dd6d3cf932462e6",
intel: "06d5b8ec9bbaa93f91663692e9794d7758fdbcb1b8c35df9e0e647581e8bbe35"
version "0.1.0-internal-20240805"
sha256 arm: "5bd8de472681c5b09a831a5955ab8be411f99528a49ac84af8523067a6b6bbf0",
intel: "2a67c10817c9bfac79493e27f0413c1e9d08170e5f79330837b332625fd8e9da"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
Expand All @@ -21,3 +21,5 @@

zap trash: "~/Library/Application Scripts/AxonOps Workbench"
end

# code: language=ruby

0 comments on commit c4bb9da

Please sign in to comment.