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 5bf2bd5 commit 92457e2Copy full SHA for 92457e2
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.6.tar.gz"
5
- sha256 "b5296151c8a3d07f571cb5691501d8c9c8987fa83d3f8c56396c62c83bb2e08f"
+ url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.15.7.tar.gz"
+ sha256 "2711a4eb24b5d8785cc4edc3ca907a0cdc147afc02fbb55b7021a405d9ef5518"
6
license "LGPL-3.0-or-later"
7
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
8
0 commit comments