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 8, 2024
1 parent 9b2538a commit 1f614b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-20240805"
sha256 arm: "5bd8de472681c5b09a831a5955ab8be411f99528a49ac84af8523067a6b6bbf0",
intel: "2a67c10817c9bfac79493e27f0413c1e9d08170e5f79330837b332625fd8e9da"
version "0.1.0-internal-20240808"
sha256 arm: "441d7815cace268d20b7a163fab8da51a7e1477d09234b1ec2b8ae0f6a611a76",
intel: "0d11293ba33c94c35253ae11e3ebaee88e77fb1f7da3ee4f548194151972241a"

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

app "AxonOps Workbench.app"

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

# code: language=ruby

0 comments on commit 1f614b2

Please sign in to comment.