From 85c8dd0ef4aba84bf3e2d7573a898a1430b2f7a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:34:10 +1000 Subject: [PATCH] Update Besu version 24.10.0 (#133) Signed-off-by: Besu Bot Co-authored-by: Besu Bot --- besu.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/besu.rb b/besu.rb index d848798..e50c883 100644 --- a/besu.rb +++ b/besu.rb @@ -1,9 +1,9 @@ class Besu < Formula desc "hyperledger besu ethereum client" homepage "https://github.com/hyperledger/besu" - url "https://github.com/hyperledger/besu/releases/download/24.9.1/besu-24.9.1.zip" + url "https://github.com/hyperledger/besu/releases/download/24.10.0/besu-24.10.0.zip" # update with: ./updateBesu.sh - sha256 "cf8fb04a83d4efe990975d597d4145929852368f9c50c4ec6094790fa3ce95ea" + sha256 "2c3833aae5c7461d6bbb54dc5f25ad105bcc591b6385284b5afda0907909c601" depends_on "openjdk" => "21+"