We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e271a commit 0acfa14Copy full SHA for 0acfa14
Formula/gen-ir@0.5.4.rb
@@ -12,6 +12,12 @@ class GenIrAT054 < Formula
12
strategy :github_latest
13
end
14
15
+ bottle do
16
+ root_url "https://github.com/veracode/homebrew-tap/releases/download/gen-ir@0.5.4-0.5.4"
17
+ rebuild 1
18
+ sha256 cellar: :any_skip_relocation, arm64_sonoma: "7421ecf00871abddbc38ea59939b4faaaa94a6b87e854c0798e27c7c4dfe8207"
19
+ end
20
+
21
keg_only :versioned_formula
22
23
depends_on xcode: ["13.0", :build]
0 commit comments