Skip to content

Commit 8936093

Browse files
authored
Merge pull request #235694 from Homebrew/bump-garble-0.15.0
garble 0.15.0
2 parents bcf60d6 + a53fcc2 commit 8936093

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

Formula/g/garble.rb

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
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.14.2.tar.gz"
5-
sha256 "aea6e0a172296b50e3671a9b753aeb2eb7080a3103575cdf5e4d1aeccfe14ede"
4+
url "https://github.com/burrowers/garble/archive/refs/tags/v0.15.0.tar.gz"
5+
sha256 "b429b24dafa851a25bbeca635db33eb4162b8e3109fb234a2c8e7780a837b958"
66
license "BSD-3-Clause"
7-
revision 4
87
head "https://github.com/burrowers/garble.git", branch: "master"
98

109
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8143285f018aa84ad42a2e00ae3a1ee03ac394c7268dc8993c677cdfc9c4efb"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8143285f018aa84ad42a2e00ae3a1ee03ac394c7268dc8993c677cdfc9c4efb"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f8143285f018aa84ad42a2e00ae3a1ee03ac394c7268dc8993c677cdfc9c4efb"
14-
sha256 cellar: :any_skip_relocation, sonoma: "d54fa0749cc7a648f5724c1b4905eef9bf25be270d0923ab7d99d6830d35a86b"
15-
sha256 cellar: :any_skip_relocation, ventura: "d54fa0749cc7a648f5724c1b4905eef9bf25be270d0923ab7d99d6830d35a86b"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c0863f7848ea5aa0f24afe53ba523773bfbc732a6082249970c86d2b99d8eee6"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "478cc034cdfa77b43228eb068c893dbd18af7d98722131e34a850eac9a96ea80"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "478cc034cdfa77b43228eb068c893dbd18af7d98722131e34a850eac9a96ea80"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "478cc034cdfa77b43228eb068c893dbd18af7d98722131e34a850eac9a96ea80"
13+
sha256 cellar: :any_skip_relocation, sonoma: "90dfb72aff843be2ff7beba6d14b037373c3c2d7b916f9aedff33cdd7631edc6"
14+
sha256 cellar: :any_skip_relocation, ventura: "90dfb72aff843be2ff7beba6d14b037373c3c2d7b916f9aedff33cdd7631edc6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c0e79ee6c0faa37f313a099561ba5b314fcfbe51300cb0fa68d0777313bfb320"
1716
end
1817

19-
depends_on "go" => :build
20-
# Go version "go1.25.0" is too new; Go linker patches aren't available for go1.25 or later yet
21-
depends_on "[email protected]" => :test
18+
depends_on "go" => [:build, :test]
2219
depends_on "git"
2320

2421
def install
@@ -27,10 +24,6 @@ def install
2724
end
2825

2926
test do
30-
go = deps.find { |dep| dep.test? && dep.name.match?(/^go(@\d+(\.\d+)*)?$/) }
31-
.to_formula
32-
ENV.prepend_path "PATH", go.opt_bin
33-
3427
(testpath/"hello.go").write <<~GO
3528
package main
3629

0 commit comments

Comments
 (0)