Skip to content

Commit

Permalink
Merge pull request #151928 from benediktwerner/ilspy-arm
Browse files Browse the repository at this point in the history
ilspy: add arm version
  • Loading branch information
miccal authored Aug 3, 2023
2 parents 2d4a6ff + 59aa210 commit 2aa58f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Casks/ilspy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cask "ilspy" do
arch arm: "arm64", intel: "x64"

version "7.2-rc"
sha256 "480f0fe2b5dc6ad4d0df3d4c9ecd44429b97e0c8b5bac8bc99c2ac2a8e3025ff"
sha256 arm: "613ac0dc004dfef71fc805178694623a0c0f8ce7807118947b9208494f23fed1",
intel: "480f0fe2b5dc6ad4d0df3d4c9ecd44429b97e0c8b5bac8bc99c2ac2a8e3025ff"

url "https://github.com/icsharpcode/AvaloniaILSpy/releases/download/v#{version}/macOS.x64.Release.zip"
url "https://github.com/icsharpcode/AvaloniaILSpy/releases/download/v#{version}/macOS.#{arch}.Release.zip"
name "ILSpy"
desc "Avalonia-based .NET decompiler"
homepage "https://github.com/icsharpcode/AvaloniaILSpy"
Expand All @@ -14,7 +17,7 @@
url :url
end

app "artifacts/osx-x64/ILSpy.app"
app "artifacts/osx-#{arch}/ILSpy.app"

zap trash: [
"~/Library/Preferences/ilspy.plist",
Expand Down

0 comments on commit 2aa58f8

Please sign in to comment.