Skip to content

Commit

Permalink
Fixes pipeline syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Aug 28, 2024
1 parent 1fd903f commit a14e5fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/axonopsworkbench-beta.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cask "axonopsworkbench" do
cask "axonopsworkbench-beta" do
arch arm: "arm64", intel: "x64"

version "1.0.0-beta-20240828"
Expand Down
25 changes: 25 additions & 0 deletions Casks/axonopsworkbench-internal.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "axonopsworkbench-internal" do
arch arm: "arm64", intel: "x64"

version "0.1.1-internal-20240827"
sha256 arm: "74583590c3d71feab8c6718a63f2c0cd347de751606915a5003e6426883f812c",
intel: "fe86c36ccd2f71c8f1262994467b19d48f68447557754762f1784c2c299914e7"

url "https://github.com/axonops/axonops-workbench-cassandra/releases/download/#{version}/AxonOps.Workbench-#{version}-mac-#{arch}.zip"
name "AxonOps Workbench"
desc "This Cask install the AxonOps Workbench application"
homepage "https://github.com/axonops/axonops-workbench-cassandra/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :big_sur"

app "AxonOps Workbench.app"

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

# code: language=ruby

0 comments on commit a14e5fd

Please sign in to comment.