Skip to content

Commit 7cba031

Browse files
BrewTestBotchenrui333
authored andcommitted
ethereum 1.14.11
ethereum: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 107cee6 commit 7cba031

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/e/ethereum.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

@@ -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
5960
end

0 commit comments

Comments
 (0)