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 e3ed3c1 commit 073e1e5Copy full SHA for 073e1e5
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.10.tar.gz"
5
- sha256 "ec6c55c00526dfe38d9cbc327ea32c239de09cdb61b3b7ff4a90104aa36e09be"
+ url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.11.tar.gz"
+ sha256 "4c21982453b1046e07fe68533b2a9d6d7bd7fd618ca8c1d990e6ceebe04ab4b8"
6
license "LGPL-3.0-or-later"
7
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
8
0 commit comments