Skip to content

Commit d89d257

Browse files
authored
Merge pull request #203575 from Homebrew/bump-byteman-4.0.24
byteman 4.0.24
2 parents 14a1ae4 + c370822 commit d89d257

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/b/byteman.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Byteman < Formula
22
desc "Java bytecode manipulation tool for testing, monitoring and tracing"
33
homepage "https://byteman.jboss.org/"
4-
url "https://downloads.jboss.org/byteman/4.0.23/byteman-download-4.0.23-bin.zip"
5-
sha256 "5b6dda957ba86d1ac83713a93d54956adb171f51ace31dd7fb857400bd77765b"
4+
url "https://downloads.jboss.org/byteman/4.0.24/byteman-download-4.0.24-bin.zip"
5+
sha256 "88c124465bda86b389d40d52229bfcbc8c2dd1a933c8d336c2e49a00dbc9fcbb"
66
license "LGPL-2.1-or-later"
77
head "https://github.com/bytemanproject/byteman.git", branch: "main"
88

@@ -12,8 +12,7 @@ class Byteman < Formula
1212
end
1313

1414
bottle do
15-
rebuild 1
16-
sha256 cellar: :any_skip_relocation, all: "e65f5c3531d3c1f3de8fbbf2722d236c0bcc3dcf02e803587896ab6457ce619b"
15+
sha256 cellar: :any_skip_relocation, all: "da9ed49d1826c6eaaf9d4a720f530e16f5409bb1ca2a8088d9e61715480dedf8"
1716
end
1817

1918
depends_on "openjdk"

0 commit comments

Comments
 (0)