Skip to content

Commit

Permalink
release 24.6.0 (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Frame <[email protected]>
  • Loading branch information
jframe authored Jun 14, 2024
1 parent 6e61ba0 commit 1c27e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions besu.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class Besu < Formula
desc "hyperledger besu ethereum client"
homepage "https://github.com/hyperledger/besu"
url "https://github.com/hyperledger/besu/releases/download/24.5.2/besu-24.5.2.zip"
url "https://github.com/hyperledger/besu/releases/download/24.6.0/besu-24.6.0.zip"
# update with: ./updateBesu.sh <new-version>
sha256 "23966b501a69e320e8f8f46a3d103ccca45b53f8fee35a6543bd9a260b5784ee"
sha256 "8b2d3a674cd7ead68b9ca68fea21e46d5ec9b278bbadc73f8c13c6a1e1bc0e4d"

depends_on "openjdk" => "17+"
depends_on "openjdk" => "21+"

def install
prefix.install "lib"
Expand Down

0 comments on commit 1c27e17

Please sign in to comment.