Skip to content

Commit feb01c3

Browse files
authored
Merge pull request #197061 from Homebrew/bump-redress-1.2.5
redress 1.2.5
2 parents d7c7cf0 + ca36409 commit feb01c3

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.4.tar.gz"
5-
sha256 "fb0ed565116c5f92a91dea7cdc47e394d6e5fb207e77147dce2e821742c0d9ee"
4+
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.5.tar.gz"
5+
sha256 "6bc1ccaeb268df58f22b21808e0cd019feb9f1a53e6886079d2bd780cfb14ce1"
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: "7ab2838cbe6c5331a2f56a5e794da25e69f3a51d88d7ac84e1aa98a2a38623c4"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ab2838cbe6c5331a2f56a5e794da25e69f3a51d88d7ac84e1aa98a2a38623c4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ab2838cbe6c5331a2f56a5e794da25e69f3a51d88d7ac84e1aa98a2a38623c4"
18-
sha256 cellar: :any_skip_relocation, sonoma: "c3ee97fc76a01688fd195552ebdcaf6a41e4825e417382b6173b611cd3c1f24d"
19-
sha256 cellar: :any_skip_relocation, ventura: "c3ee97fc76a01688fd195552ebdcaf6a41e4825e417382b6173b611cd3c1f24d"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a1ed1f15f1a10f91480b70963176b449fcc6332d412aafdb036546dd299adc48"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4cea360628fa56726e20e7537a860a75715e4a6def5971999de28300c4af013"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4cea360628fa56726e20e7537a860a75715e4a6def5971999de28300c4af013"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d4cea360628fa56726e20e7537a860a75715e4a6def5971999de28300c4af013"
18+
sha256 cellar: :any_skip_relocation, sonoma: "3b603bf39fbb1e505d7cffea4a997cf96d3668ed07f822f484270424be7a4715"
19+
sha256 cellar: :any_skip_relocation, ventura: "3b603bf39fbb1e505d7cffea4a997cf96d3668ed07f822f484270424be7a4715"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "740a8f7e503778b5aa32fb87b61817fb3ff5ebbceeee82b53f826ab2e6f3de6f"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)