ethereum 1.9.3
Closes #43802. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
8dc13d3507
commit
50fc59880e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Ethereum < Formula
|
class Ethereum < Formula
|
||||||
desc "Official Go implementation of the Ethereum protocol"
|
desc "Official Go implementation of the Ethereum protocol"
|
||||||
homepage "https://ethereum.github.io/go-ethereum/"
|
homepage "https://ethereum.github.io/go-ethereum/"
|
||||||
url "https://github.com/ethereum/go-ethereum/archive/v1.9.2.tar.gz"
|
url "https://github.com/ethereum/go-ethereum/archive/v1.9.3.tar.gz"
|
||||||
sha256 "e6ffeec853847e859a37c6077cf4503642403926a6918686f161db50e88911e2"
|
sha256 "d16e8b42b37a23b448775f27f0d2018425e6a1e6fc215f764aad3665a20bf493"
|
||||||
head "https://github.com/ethereum/go-ethereum.git"
|
head "https://github.com/ethereum/go-ethereum.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue