Skip to content

Commit 9c58439

Browse files
authored
Merge pull request #229483 from Homebrew/bump-redress-1.2.31
redress 1.2.31
2 parents c6b4208 + 1758c1c commit 9c58439

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.30.tar.gz"
5-
sha256 "b47ecbe9f369bc2d6d3156542e1b4fa5fdb05e1d4aa239ce48d639a23d3440eb"
4+
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.31.tar.gz"
5+
sha256 "1a71756e87e875b477e261058458c187ce7e541daa583451b48d9c4cc330bbe4"
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: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1db042e76baaeab116e5abff0394860ee67427bc1e263e98ea051c0f7ca6edcb"
18-
sha256 cellar: :any_skip_relocation, sonoma: "3537192e344b0dcbd28639e6bdd624ad2db78538aebf6cca885b697db3913c75"
19-
sha256 cellar: :any_skip_relocation, ventura: "3537192e344b0dcbd28639e6bdd624ad2db78538aebf6cca885b697db3913c75"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6581e480f4d73a96d64b16e34eba41bbda3a64d9cea44bdd8cbdff75385bccb5"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7fdedb6be4f0b1e99f84a922a6bcae7182f4ab5863f26ca23c8de4447091e4d3"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7fdedb6be4f0b1e99f84a922a6bcae7182f4ab5863f26ca23c8de4447091e4d3"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7fdedb6be4f0b1e99f84a922a6bcae7182f4ab5863f26ca23c8de4447091e4d3"
18+
sha256 cellar: :any_skip_relocation, sonoma: "adfc502b5e453e5af86e03b8a10214c31187b936964bc510e61dd7ddb2e47d17"
19+
sha256 cellar: :any_skip_relocation, ventura: "adfc502b5e453e5af86e03b8a10214c31187b936964bc510e61dd7ddb2e47d17"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3446702e1dc99dd2462cec389379abe25fcb7b589f42b078b86a1e68d0bc5dea"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)