@@ -4,20 +4,22 @@ class Garble < Formula
44 url "https://github.com/burrowers/garble/archive/refs/tags/v0.12.1.tar.gz"
55 sha256 "98ade316176d434f298bdb36e4c421e3c4c33668cfd2922d358f7f0403566500"
66 license "BSD-3-Clause"
7- revision 6
7+ revision 7
88 head "https://github.com/burrowers/garble.git" , branch : "master"
99
1010 bottle do
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "ad9d97457e74c332d0b396104fd06bdfb45a575b948cebebd2d1b906f8781577 "
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "a0710bb8adb3e41b132db1a95d2e6ff48ed9ca366b8e3eb256bcf55f33e28936 "
13- sha256 cellar : :any_skip_relocation , arm64_monterey : "d7bf92f187d254443ed06f383f677870d2d10d699bd7e06d24735f8ff75e8c57 "
14- sha256 cellar : :any_skip_relocation , sonoma : "98073a96ccd345437b5cab868fda304e1e6dcaa3457ef75165b89e07687de003 "
15- sha256 cellar : :any_skip_relocation , ventura : "c57dcbed5a389285bbcd71891d86844ecf94deed27c334d18e688302e07276ba "
16- sha256 cellar : :any_skip_relocation , monterey : "e3af2f15ee584c8272750c699fa4423a37fc328bd46027651645ce788ea645ad "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "99293abbb6731948f9fd9d8166e03dc26f964b343b34ba5701b2a4ff01818ce0 "
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "42ded605b7065c9de782eb5460d646e13672d73b548f98020b43f383e1e3cfb0 "
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "15303a49f8e88b4ae4e3f4324fe586787bfd3182870273748d1c3ef307e64712 "
13+ sha256 cellar : :any_skip_relocation , arm64_monterey : "bf2b67c017a85ba897aca5b7ffcf9b897f4c4543c9d8cb642d53750a588641de "
14+ sha256 cellar : :any_skip_relocation , sonoma : "c3da8a4ddd622cd889a1584c911cfc075628b46d9e20eb251afe8e22857e569c "
15+ sha256 cellar : :any_skip_relocation , ventura : "27f77707c30eeb820bd4b45263899d526e6f935450274f20402e6db8fe480609 "
16+ sha256 cellar : :any_skip_relocation , monterey : "3022aaf2d95773210a81a3bbabb20eafe9510ee3b98ea1d0fa9fa251bb921d14 "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "eebd8616f888622f1400084458b3aea38c25e3bed11288d2a4a09a5bee65a131 "
1818 end
1919
20- depends_on "go" => [ :build , :test ]
20+ # panic: package "internal/coverage/cfile" still missing after go list call
21+ # upstream bug report, https://github.com/operator-framework/operator-sdk/issues/4793
22+ depends_on "[email protected] " => [ :build , :test ] 2123 depends_on "git"
2224
2325 def install
@@ -26,6 +28,8 @@ def install
2628 end
2729
2830 test do
31+ ENV . prepend_path "PATH" , Formula [ "[email protected] " ] . bin 32+
2933 ( testpath /"hello.go" ) . write <<~EOS
3034 package main
3135
0 commit comments