Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/erigon.rb
Original file line number Diff line number Diff line change
@@ -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.45.3.tar.gz"
sha256 "d9d57043cbf642483a2819e1a1bcbd0b12f797387a5d56002d0fd61ba976baa4"
url "https://github.com/ledgerwatch/erigon/archive/refs/tags/v2.46.0.tar.gz"
sha256 "842a784b53fcf5eed878ee8c565b84722d52cbbe99227286586ee91632084d43"
license all_of: ["GPL-3.0-or-later", "LGPL-3.0-or-later"]
head "https://github.com/ledgerwatch/erigon.git", branch: "devel"

Expand Down