aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-25 22:47:02 +0800
committerchriseth <chris@ethereum.org>2017-04-25 22:47:44 +0800
commit89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263 (patch)
tree8a9d13f8cc64fdec4b76911964216cdde95926fe /scripts
parent8758d9fb3c3bd355c476273921b24219d23c7bef (diff)
downloaddexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar.gz
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar.bz2
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar.lz
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar.xz
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.tar.zst
dexon-solidity-89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263.zip
Update shasum to new eth version.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 4325535b..6b76c154 100755
--- a/scripts/tests.sh
+++ b/scripts/tests.sh
@@ -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