From 602f44123da03d4d2e35982da95daaaef43771b0 Mon Sep 17 00:00:00 2001 From: ZartX174698 <136252368+ZartX174698@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:01:29 -0500 Subject: [PATCH] erigon 2.60.0 --- Formula/e/erigon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/erigon.rb b/Formula/e/erigon.rb index ed296a6235606..64f0e79e23f32 100644 --- a/Formula/e/erigon.rb +++ b/Formula/e/erigon.rb @@ -1,8 +1,8 @@ class Erigon < Formula desc "Implementation of Ethereum (execution client), on the efficiency frontier" homepage "https://github.com/ledgerwatch/erigon" - url "https://github.com/ledgerwatch/erigon/archive/refs/tags/v2.55.1.tar.gz" - sha256 "2e340bb5504f565bb9fe8c4d246dea50bd54bfcf6a91e9196aeb4fbda722ae9e" + url "https://github.com/ledgerwatch/erigon/archive/refs/tags/v2.60.0.tar.gz" + sha256 "eea80759c3e30ffccf4fd0a2f6806a7f85573781b6ee030b022d7588732a6a36" license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later"] head "https://github.com/ledgerwatch/erigon.git", branch: "devel"