Skip to content

Commit 83c3a7a

Browse files
authored
Merge pull request Homebrew#206589 from Homebrew/bump-redress-1.2.11
redress 1.2.11
2 parents 3ca3368 + abaf642 commit 83c3a7a

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.10.tar.gz"
5-
sha256 "6f761f66ddf32b2b749d596e88ef7dc11672ceb65542500ebd0ab2868a08b9b5"
4+
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.11.tar.gz"
5+
sha256 "078d8ea282572f08d9b3beb1bc24d3f6609a35ed8f316532ae71c19f7036d639"
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: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2ef4cf50a12093b8994d0e4d4e1c3395d4a7dc810dda62e6f3932be9a9a0638c"
19-
sha256 cellar: :any_skip_relocation, ventura: "2ef4cf50a12093b8994d0e4d4e1c3395d4a7dc810dda62e6f3932be9a9a0638c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "47d81618d0a9a78560cef661413eb93537f4b876070350d4fc18c0bb3f8ddd85"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e1c263c8837fed0fdd7c512735d9dc2a37f215d092160a73c09b60de77267145"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1c263c8837fed0fdd7c512735d9dc2a37f215d092160a73c09b60de77267145"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e1c263c8837fed0fdd7c512735d9dc2a37f215d092160a73c09b60de77267145"
18+
sha256 cellar: :any_skip_relocation, sonoma: "a70fed35aae3b3ee92f725122f714d2fdc36b313f5c877f0fcd93a169ce4450f"
19+
sha256 cellar: :any_skip_relocation, ventura: "a70fed35aae3b3ee92f725122f714d2fdc36b313f5c877f0fcd93a169ce4450f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "84057a1a43a42e015f5347ea1329bca183851b21e5d3ef6c0ccc9a41185d5430"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)