11class Ethereum < Formula
22 desc "Official Go implementation of the Ethereum protocol"
33 homepage "https://geth.ethereum.org/"
4- url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.10 .tar.gz"
5- sha256 "ec6c55c00526dfe38d9cbc327ea32c239de09cdb61b3b7ff4a90104aa36e09be "
4+ url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.11 .tar.gz"
5+ sha256 "4c21982453b1046e07fe68533b2a9d6d7bd7fd618ca8c1d990e6ceebe04ab4b8 "
66 license "LGPL-3.0-or-later"
77 head "https://github.com/ethereum/go-ethereum.git" , branch : "master"
88
@@ -12,12 +12,12 @@ class Ethereum < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "432697a5b2d6c8cb34ad2107e3d5a59c86e8155058cc0740692a602fe41557b2 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "ed69ef38ea995a6f41b5870eda0c29c0083730e7f7cfd5c8f9e3c42d0777b8ed "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "2c0c82ab7a3eaf815f5a4bbbf85c447f159882319c6550ce6addb22dc7182a7e "
18- sha256 cellar : :any_skip_relocation , sonoma : "c3867af12dadc254986127ee4a8b3f05d63e476a53162252587e6aab648ed944 "
19- sha256 cellar : :any_skip_relocation , ventura : "7e24c482e27de7825c101004cd459f39dc10074aebc52c0ab0bf28bea551c633 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "09cb3ab769e823e93ec17e2a1657c574482b8ffea2b2bf539ba394b3e863bdde "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "1d952ce94bc777bb27924b64145c27862b9aecc2ed6a5cc59392f77926a7b7cb "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "cc56ca8f769248727f858c74da1828b8ec7700206d52290f9d0d5450661ee4fa "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "f2676795edb6837a093d2f0168296c8cd51b76f04f74496d5618c76c6cce66cd "
18+ sha256 cellar : :any_skip_relocation , sonoma : "6a77e79ce7cda0f9823c19ca4f7159a2d3925f9119e85e03af4882af3589d275 "
19+ sha256 cellar : :any_skip_relocation , ventura : "4e8f073baddee18d9e4653b2e4c720ecd5762855d859517782acc8e279f6babf "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2438bdfa5badc6e41d0d55abf760e2142276db79ff432650a0094df928bea57d "
2121 end
2222
2323 depends_on "go" => :build
@@ -54,6 +54,7 @@ def install
5454
5555 system bin /"geth" , "--datadir" , "testchain" , "init" , "genesis.json"
5656 assert_predicate testpath /"testchain/geth/chaindata/000002.log" , :exist?
57- assert_predicate testpath /"testchain/geth/lightchaindata/000002.log" , :exist?
57+ assert_predicate testpath /"testchain/geth/nodekey" , :exist?
58+ assert_predicate testpath /"testchain/geth/LOCK" , :exist?
5859 end
5960end
0 commit comments