We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f13650 commit 63b2df1Copy full SHA for 63b2df1
2 files changed
Formula/zli.rb
@@ -17,7 +17,7 @@ class Zli < Formula
17
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e751f5828923854114e709629eb687509dbaf95aa05a4b96825b84867e5846c"
18
end
19
20
- depends_on "go@1.20" => :build
+ depends_on "go" => :build
21
depends_on "node@20" => :build
22
23
def install
Formula/zli.rb.template
@@ -11,7 +11,7 @@ class Zli < Formula
11
license "Apache-2.0"
12
head "https://github.com/bastionzero/zli.git", branch: "master"
13
14
15
16
0 commit comments