We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca596e commit becd7efCopy full SHA for becd7ef
1 file changed
Formula/zli-beta.rb
@@ -11,6 +11,12 @@ class ZliBeta < Formula
11
license "Apache-2.0"
12
head "https://github.com/bastionzero/zli.git", branch: "master"
13
14
+ bottle do
15
+ root_url "https://github.com/bastionzero/homebrew-tap/releases/download/zli-beta-6.36.25-beta"
16
+ sha256 cellar: :any_skip_relocation, arm64_sequoia: "76a58fa6b4b723c979858a621300d7f5695e145410f2f0633609d5b858fcd40f"
17
+ sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffa78c213835790c5be165cac28aa97fabf35c579bd7ce26c8b3557f69035dad"
18
+ end
19
+
20
depends_on "go@1.20" => :build
21
depends_on "node@20" => :build
22
0 commit comments