From 89bb8cbd6a12b4e42b7f00ea6aa64bf738d7a263 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 25 Apr 2017 16:47:02 +0200 Subject: Update shasum to new eth version. --- scripts/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit