We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4a3f79 + c53fac0 commit c32d839Copy full SHA for c32d839
1 file changed
Formula/h/hof.rb
@@ -23,7 +23,8 @@ class Hof < Formula
23
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2d2c72ae5c2d63f628e369a67798ed8bd8da5fe57856f448b961bf600d7f881"
24
end
25
26
- depends_on "go" => :build
+ # use "go" again after https://github.com/hofstadter-io/hof/issues/391 is fixed and released
27
+ depends_on "[email protected]" => :build
28
29
def install
30
arch = Hardware::CPU.intel? ? "amd64" : Hardware::CPU.arch.to_s
0 commit comments