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 1, 2024
1 parent ebc72ca commit d59994e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/axonopsworkbench.rb.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "axonopsworkbench" do
arch arm: "arm64", intel: "x64"

version "%VERSION%"
sha256 arm: "%SHA_ARM%",
intel: "%SHA_AMD%"
version "0.1.0-internal-20240801"
sha256 arm: "Not",
intel: "Not"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOpsWorkbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
Expand Down

0 comments on commit d59994e

Please sign in to comment.