mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update shasum to new eth version.
This commit is contained in:
parent
8758d9fb3c
commit
89bb8cbd6a
@ -47,7 +47,7 @@ elif [ -z $CI ]; then
|
||||
else
|
||||
mkdir -p /tmp/test
|
||||
wget -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth
|
||||
test "$(shasum /tmp/test/eth)" = "52ca66b90aae9886576f3cabe5ef232a36f9b6a4 /tmp/test/eth"
|
||||
test "$(shasum /tmp/test/eth)" = "c132e8989229e4840831a4fb1a1d058b732a11d5 /tmp/test/eth"
|
||||
sync
|
||||
chmod +x /tmp/test/eth
|
||||
sync # Otherwise we might get a "text file busy" error
|
||||
|
Loading…
Reference in New Issue
Block a user