We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b8254 commit 89e5a09Copy full SHA for 89e5a09
1 file changed
Formula/zli.rb
@@ -11,6 +11,12 @@ class Zli < 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-6.36.25"
16
+ sha256 cellar: :any_skip_relocation, arm64_sequoia: "8199c36c7d3b6736e929400733c8598a87e5b8c0c4043bb0731f70468b5a339c"
17
+ sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e751f5828923854114e709629eb687509dbaf95aa05a4b96825b84867e5846c"
18
+ end
19
+
20
depends_on "go@1.20" => :build
21
depends_on "node@20" => :build
22
0 commit comments