Skip to content

Commit

Permalink
Merge pull request #156235 from Porkepix/bump-garble-0.11.0
Browse files Browse the repository at this point in the history
garble 0.11.0
  • Loading branch information
BrewTestBot authored Dec 4, 2023
2 parents 377d4a7 + 980c51c commit 77ab894
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/g/garble.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
class Garble < Formula
desc "Obfuscate Go builds"
homepage "https://github.com/burrowers/garble"
url "https://github.com/burrowers/garble/archive/refs/tags/v0.10.1.tar.gz"
sha256 "11c038cb5fb6b21a2160305beec939c69b0712e39f52f0a0b6d977fa68d5b6db"
url "https://github.com/burrowers/garble/archive/refs/tags/v0.11.0.tar.gz"
sha256 "355e0ee7e98b1656fcfe8156040ed2ef41afd5e2f2d6332465392ab425530494"
license "BSD-3-Clause"
revision 5
head "https://github.com/burrowers/garble.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "58e35ffe79f555bd43bf6a36d85b71923931fda5affb404f1e34797da6a93c13"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4a4c82ef6c71d4d7e135d8c2a2d1bdd0fba35dcdfb37f0337e10818aeb2e822"
sha256 cellar: :any_skip_relocation, arm64_monterey: "325dac8a9c354cba4942d846a3c44974742aabdbd52798b970b560e5925907ca"
sha256 cellar: :any_skip_relocation, sonoma: "4bac0841f70a27e18e4c71dc31deb1f96aee19c55bed2a1172323870cae2d4ca"
sha256 cellar: :any_skip_relocation, ventura: "d9963b71d766de89a829227bc6dc6151bb03f0dfc7aaac8543ec3d0e83e605cd"
sha256 cellar: :any_skip_relocation, monterey: "d4943ceb1704084c1bc8a754f5b6b03b74c74321b65ae975cdbf52a35c0bc8e2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ef87667bf32b04c804a1df8fc24dd5205480443b0893211f33ddf3d4bee78de"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56098770c6779ff88aab32c7efd3add8609965a7db91bb915885527ce6c4e737"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b44e7149273c910fdc4d64deb7dde768d72edfe62ea538ac87bb38394c7acb51"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d62b067b725d9110060bca99e77d6ff54bd4918252618b4beaacb8d61f6e67b9"
sha256 cellar: :any_skip_relocation, sonoma: "763150a065d9adc3cc8b7179f36df1f85d5da73a01451c93e9713266e7f95d8d"
sha256 cellar: :any_skip_relocation, ventura: "5dc2d126faecf3bea71bb6cb32aa50626ac04be08955ec55899a072f604276ee"
sha256 cellar: :any_skip_relocation, monterey: "14d8c51991cef311df3238abe822afbb161a4b8b7600c0ea127fcf1a9331c35f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8febe0dffd6fd4e9a6b13af8cc212bfbcb03b0d77592f25a79290eb1a1e6a013"
end

depends_on "go" => [:build, :test]
Expand Down Expand Up @@ -45,7 +44,6 @@ def install
-buildmode exe
-compiler gc
-trimpath true
DefaultGODEBUG panicnil=1
CGO_ENABLED 1
GOARCH #{goarch}
GOOS #{goos}
Expand Down

0 comments on commit 77ab894

Please # to comment.