Skip to content

Commit b347ca4

Browse files
authored
Merge pull request Homebrew#236560 from Homebrew/bump-redress-1.2.38
redress 1.2.38
2 parents b7047ba + a5bdcf3 commit b347ca4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/redress.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Redress < Formula
22
desc "Tool for analyzing stripped Go binaries compiled with the Go compiler"
33
homepage "https://github.com/goretk/redress"
4-
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.37.tar.gz"
5-
sha256 "820bae5f91ae2498ab714521404e254238ceaa76a5e178d7f2c62585a597ef70"
4+
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.38.tar.gz"
5+
sha256 "bc344372bc9643857f79721e2493eaabaf291b31751463ba6c100b969f5bee2a"
66
license "AGPL-3.0-only"
77
head "https://github.com/goretk/redress.git", branch: "develop"
88

@@ -12,12 +12,12 @@ class Redress < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cd863dad65eb916989574bdc2bddab8813194753b68cdfe3bc0c5ed7db866e92"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cd863dad65eb916989574bdc2bddab8813194753b68cdfe3bc0c5ed7db866e92"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd863dad65eb916989574bdc2bddab8813194753b68cdfe3bc0c5ed7db866e92"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f036516154d4a6570dc2a390ac396c2e7fb7fb240aceca4724cdf5bef4db3d1a"
19-
sha256 cellar: :any_skip_relocation, ventura: "f036516154d4a6570dc2a390ac396c2e7fb7fb240aceca4724cdf5bef4db3d1a"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a67967f3b078d7b7bc680225486a679a56cd3088fcd2dba70366b0c0801f17cf"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0825776df4a8e3f73ace96b3743698741b2ed05a97376ada1192d4efb82558fc"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0825776df4a8e3f73ace96b3743698741b2ed05a97376ada1192d4efb82558fc"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0825776df4a8e3f73ace96b3743698741b2ed05a97376ada1192d4efb82558fc"
18+
sha256 cellar: :any_skip_relocation, sonoma: "f5e39e207ff98a6ed6057bec387dfbb58ca95b53fda6c0c653c1de55acc41672"
19+
sha256 cellar: :any_skip_relocation, ventura: "f5e39e207ff98a6ed6057bec387dfbb58ca95b53fda6c0c653c1de55acc41672"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbcef32f4ff8599605fdba0d6888eac1d84badad437f43ad820b6125cda7d9a5"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)