Skip to content

Commit 97b675b

Browse files
BrewTestBotalebcay
authored andcommitted
ethereum 1.16.0
1 parent 76713a1 commit 97b675b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/e/ethereum.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
class Ethereum < Formula
22
desc "Official Go implementation of the Ethereum protocol"
33
homepage "https://geth.ethereum.org/"
4-
url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.15.11.tar.gz"
5-
sha256 "d9f584c7d77e170320c1b374cc4528dc5987f5a88d2ea79f700a254597788e1b"
4+
url "https://github.com/ethereum/go-ethereum.git",
5+
tag: "v1.16.0",
6+
revision: "57f8971b89b3ce3d31ec09d6a1e29151c90e7d19"
67
license "LGPL-3.0-or-later"
78
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
89

0 commit comments

Comments
 (0)