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 d818824 commit d8bb48eCopy full SHA for d8bb48e
Formula/e/ethereum.rb
@@ -1,8 +1,8 @@
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/archive/refs/tags/v1.16.0.tar.gz"
+ sha256 "166333b7d6595ce339c02e7b580b8dda9a7481a3d53cdcab3b5d401738ab0a14"
6
license "LGPL-3.0-or-later"
7
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
8
0 commit comments