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 3c4e740 commit 87abcd6Copy full SHA for 87abcd6
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.14.13.tar.gz"
5
- sha256 "55b63fb34ef0bcadd438ec3311f9e4b6e584220d2f4465386afbd377ad5ab1bd"
+ url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.15.0.tar.gz"
+ sha256 "b720c91aa6d721ba1f9ec753fa216b27880d0fdcb3204d0725d411d215507a13"
6
license "LGPL-3.0-or-later"
7
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
8
0 commit comments