We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76713a1 commit 97b675bCopy full SHA for 97b675b
Formula/e/ethereum.rb
@@ -1,8 +1,9 @@
1
class Ethereum < Formula
2
desc "Official Go implementation of the Ethereum protocol"
3
homepage "https://geth.ethereum.org/"
4
- url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.15.11.tar.gz"
5
- sha256 "d9f584c7d77e170320c1b374cc4528dc5987f5a88d2ea79f700a254597788e1b"
+ url "https://github.com/ethereum/go-ethereum.git",
+ tag: "v1.16.0",
6
+ revision: "57f8971b89b3ce3d31ec09d6a1e29151c90e7d19"
7
license "LGPL-3.0-or-later"
8
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
9
0 commit comments