From f7fa599963de7281d776aba28df71cb8d17e5ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:28:14 +1000 Subject: [PATCH] Update Besu version 24.9.1 (#132) 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 cb5807f..d848798 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.8.0/besu-24.8.0.zip" + url "https://github.com/hyperledger/besu/releases/download/24.9.1/besu-24.9.1.zip" # update with: ./updateBesu.sh - sha256 "9ee217d2188e8da89002c3f42e4f85f89aab782e9512bd03520296f0a4dcdd90" + sha256 "cf8fb04a83d4efe990975d597d4145929852368f9c50c4ec6094790fa3ce95ea" depends_on "openjdk" => "21+"