Skip to content

Commit

Permalink
Merge pull request #203575 from Homebrew/bump-byteman-4.0.24
Browse files Browse the repository at this point in the history
byteman 4.0.24
  • Loading branch information
BrewTestBot authored Jan 8, 2025
2 parents 14a1ae4 + c370822 commit d89d257
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/b/byteman.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Byteman < Formula
desc "Java bytecode manipulation tool for testing, monitoring and tracing"
homepage "https://byteman.jboss.org/"
url "https://downloads.jboss.org/byteman/4.0.23/byteman-download-4.0.23-bin.zip"
sha256 "5b6dda957ba86d1ac83713a93d54956adb171f51ace31dd7fb857400bd77765b"
url "https://downloads.jboss.org/byteman/4.0.24/byteman-download-4.0.24-bin.zip"
sha256 "88c124465bda86b389d40d52229bfcbc8c2dd1a933c8d336c2e49a00dbc9fcbb"
license "LGPL-2.1-or-later"
head "https://github.com/bytemanproject/byteman.git", branch: "main"

Expand All @@ -12,8 +12,7 @@ class Byteman < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, all: "e65f5c3531d3c1f3de8fbbf2722d236c0bcc3dcf02e803587896ab6457ce619b"
sha256 cellar: :any_skip_relocation, all: "da9ed49d1826c6eaaf9d4a720f530e16f5409bb1ca2a8088d9e61715480dedf8"
end

depends_on "openjdk"
Expand Down

0 comments on commit d89d257

Please sign in to comment.