Skip to content

Commit b3e5ef8

Browse files
Porkepixchenrui333
authored andcommitted
garble 0.11.0
garble: update test Signed-off-by: Rui Chen <[email protected]>
1 parent dce9dce commit b3e5ef8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/g/garble.rb

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Garble < Formula
22
desc "Obfuscate Go builds"
33
homepage "https://github.com/burrowers/garble"
4-
url "https://github.com/burrowers/garble/archive/refs/tags/v0.10.1.tar.gz"
5-
sha256 "11c038cb5fb6b21a2160305beec939c69b0712e39f52f0a0b6d977fa68d5b6db"
4+
url "https://github.com/burrowers/garble/archive/refs/tags/v0.11.0.tar.gz"
5+
sha256 "355e0ee7e98b1656fcfe8156040ed2ef41afd5e2f2d6332465392ab425530494"
66
license "BSD-3-Clause"
7-
revision 5
87
head "https://github.com/burrowers/garble.git", branch: "master"
98

109
bottle do
@@ -45,7 +44,6 @@ def install
4544
-buildmode exe
4645
-compiler gc
4746
-trimpath true
48-
DefaultGODEBUG panicnil=1
4947
CGO_ENABLED 1
5048
GOARCH #{goarch}
5149
GOOS #{goos}

0 commit comments

Comments
 (0)