diff --git a/Formula/e/ethereum.rb b/Formula/e/ethereum.rb index fe5e9c473880b..2bd4b8d244f51 100644 --- a/Formula/e/ethereum.rb +++ b/Formula/e/ethereum.rb @@ -1,8 +1,8 @@ class Ethereum < Formula desc "Official Go implementation of the Ethereum protocol" homepage "https://geth.ethereum.org/" - url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.10.tar.gz" - sha256 "ec6c55c00526dfe38d9cbc327ea32c239de09cdb61b3b7ff4a90104aa36e09be" + url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.11.tar.gz" + sha256 "4c21982453b1046e07fe68533b2a9d6d7bd7fd618ca8c1d990e6ceebe04ab4b8" license "LGPL-3.0-or-later" head "https://github.com/ethereum/go-ethereum.git", branch: "master" @@ -12,12 +12,12 @@ class Ethereum < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "432697a5b2d6c8cb34ad2107e3d5a59c86e8155058cc0740692a602fe41557b2" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ed69ef38ea995a6f41b5870eda0c29c0083730e7f7cfd5c8f9e3c42d0777b8ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c0c82ab7a3eaf815f5a4bbbf85c447f159882319c6550ce6addb22dc7182a7e" - sha256 cellar: :any_skip_relocation, sonoma: "c3867af12dadc254986127ee4a8b3f05d63e476a53162252587e6aab648ed944" - sha256 cellar: :any_skip_relocation, ventura: "7e24c482e27de7825c101004cd459f39dc10074aebc52c0ab0bf28bea551c633" - sha256 cellar: :any_skip_relocation, x86_64_linux: "09cb3ab769e823e93ec17e2a1657c574482b8ffea2b2bf539ba394b3e863bdde" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d952ce94bc777bb27924b64145c27862b9aecc2ed6a5cc59392f77926a7b7cb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc56ca8f769248727f858c74da1828b8ec7700206d52290f9d0d5450661ee4fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f2676795edb6837a093d2f0168296c8cd51b76f04f74496d5618c76c6cce66cd" + sha256 cellar: :any_skip_relocation, sonoma: "6a77e79ce7cda0f9823c19ca4f7159a2d3925f9119e85e03af4882af3589d275" + sha256 cellar: :any_skip_relocation, ventura: "4e8f073baddee18d9e4653b2e4c720ecd5762855d859517782acc8e279f6babf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2438bdfa5badc6e41d0d55abf760e2142276db79ff432650a0094df928bea57d" end depends_on "go" => :build @@ -54,6 +54,7 @@ def install system bin/"geth", "--datadir", "testchain", "init", "genesis.json" assert_predicate testpath/"testchain/geth/chaindata/000002.log", :exist? - assert_predicate testpath/"testchain/geth/lightchaindata/000002.log", :exist? + assert_predicate testpath/"testchain/geth/nodekey", :exist? + assert_predicate testpath/"testchain/geth/LOCK", :exist? end end