Skip to content

Commit

Permalink
alloy 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 10, 2025
1 parent 2d4d7bf commit 223ade9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Casks/a/alloy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cask "alloy" do
version "6.0.0"
sha256 "b51300410b96abe696be14be98b5277c8a732f0d7275ea62b83d7ab85151be52"
arch arm: "aarch64", intel: "amd64"

url "https://github.com/AlloyTools/org.alloytools.alloy/releases/download/v#{version}/alloy.dmg",
version "6.2.0"
sha256 arm: "d7ce578954e24f8faa81bd8ad4fb56dd146555a39740fed3ef8c9d34a7333f63",
intel: "b3213dab95f608e07485e412d223dfe44f19042ec9ea0794b058b9ef90597e71"

url "https://github.com/AlloyTools/org.alloytools.alloy/releases/download/v#{version}/alloy-#{version}-mac-#{arch}.zip",
verified: "github.com/AlloyTools/org.alloytools.alloy/"
name "Alloy"
desc "Programming language for software modelling"
Expand All @@ -16,8 +19,4 @@
app "Alloy.app"

zap trash: "~/Library/Saved Application State/org.alloytools.alloy.savedState"

caveats do
requires_rosetta
end
end

0 comments on commit 223ade9

Please sign in to comment.