We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce9dce commit b3e5ef8Copy full SHA for b3e5ef8
Formula/g/garble.rb
@@ -1,10 +1,9 @@
1
class Garble < Formula
2
desc "Obfuscate Go builds"
3
homepage "https://github.com/burrowers/garble"
4
- url "https://github.com/burrowers/garble/archive/refs/tags/v0.10.1.tar.gz"
5
- sha256 "11c038cb5fb6b21a2160305beec939c69b0712e39f52f0a0b6d977fa68d5b6db"
+ url "https://github.com/burrowers/garble/archive/refs/tags/v0.11.0.tar.gz"
+ sha256 "355e0ee7e98b1656fcfe8156040ed2ef41afd5e2f2d6332465392ab425530494"
6
license "BSD-3-Clause"
7
- revision 5
8
head "https://github.com/burrowers/garble.git", branch: "master"
9
10
bottle do
@@ -45,7 +44,6 @@ def install
45
44
-buildmode exe
46
-compiler gc
47
-trimpath true
48
- DefaultGODEBUG panicnil=1
49
CGO_ENABLED 1
50
GOARCH #{goarch}
51
GOOS #{goos}
0 commit comments