Skip to content

Commit

Permalink
Merge pull request #204584 from Homebrew/bump-redress-1.2.10
Browse files Browse the repository at this point in the history
redress 1.2.10
  • Loading branch information
BrewTestBot authored Jan 17, 2025
2 parents dc14794 + 089beb9 commit 43bdb64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/redress.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Redress < Formula
desc "Tool for analyzing stripped Go binaries compiled with the Go compiler"
homepage "https://github.com/goretk/redress"
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.9.tar.gz"
sha256 "42a7ccbd17201b7f7d56da4eb26e062c607152de06de4662e8c1a746de13b36f"
url "https://github.com/goretk/redress/archive/refs/tags/v1.2.10.tar.gz"
sha256 "6f761f66ddf32b2b749d596e88ef7dc11672ceb65542500ebd0ab2868a08b9b5"
license "AGPL-3.0-only"
head "https://github.com/goretk/redress.git", branch: "develop"

Expand All @@ -12,12 +12,12 @@ class Redress < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28d05863333c6bf80c7869883da76ad743d5f1a870d6e75bb8426c092d96bc9a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28d05863333c6bf80c7869883da76ad743d5f1a870d6e75bb8426c092d96bc9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "28d05863333c6bf80c7869883da76ad743d5f1a870d6e75bb8426c092d96bc9a"
sha256 cellar: :any_skip_relocation, sonoma: "e1efa5b92becb7e7d83dbaeff5957fb004ac1646cbc85886a88e5fbe136ce85e"
sha256 cellar: :any_skip_relocation, ventura: "e1efa5b92becb7e7d83dbaeff5957fb004ac1646cbc85886a88e5fbe136ce85e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e99cc377eebce125735a1d07dffd9425efe21710771e8f16ddd46fea6d9394"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8fc263fbb46987b316354f7e7592dd922ac08a2971c1c9f13034074dc001b43f"
sha256 cellar: :any_skip_relocation, sonoma: "2ef4cf50a12093b8994d0e4d4e1c3395d4a7dc810dda62e6f3932be9a9a0638c"
sha256 cellar: :any_skip_relocation, ventura: "2ef4cf50a12093b8994d0e4d4e1c3395d4a7dc810dda62e6f3932be9a9a0638c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "47d81618d0a9a78560cef661413eb93537f4b876070350d4fc18c0bb3f8ddd85"
end

depends_on "go" => :build
Expand Down

0 comments on commit 43bdb64

Please sign in to comment.