Update to aleth v1.6.0

This commit is contained in:
Mathias Baumann
2019-05-07 16:03:53 +02:00
parent 473243ef31
commit d8873f52df
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -134,9 +134,9 @@ function download_aleth()
ALETH_PATH="aleth"
else
mkdir -p /tmp/test
# Any time the hash is updated here, the "Running compiler tests" section should also be updated.
ALETH_HASH="8979a9179d5222c89bf9daf7ca73cc115fa2dac2"
ALETH_VERSION=1.6.0-rc.1
# Any time the hash is updated here, the "Running the compiler tests" section in contributing.rst should also be updated.
ALETH_HASH="7f7004e1563299bc57882e32b32e4a195747dfb6"
ALETH_VERSION=1.6.0
wget -q -O /tmp/test/aleth.tar.gz https://github.com/ethereum/aleth/releases/download/v${ALETH_VERSION}/aleth-${ALETH_VERSION}-linux-x86_64.tar.gz
test "$(shasum /tmp/test/aleth.tar.gz)" = "$ALETH_HASH /tmp/test/aleth.tar.gz"
tar -xf /tmp/test/aleth.tar.gz -C /tmp/test