From a27eebb225b88d4b51f14a832402b1cd84fb42d8 Mon Sep 17 00:00:00 2001 From: Sebastian P <5564491+s3lph@users.noreply.github.com> Date: Wed, 11 Nov 2020 18:20:27 +0100 Subject: [PATCH] Fix hash of pypy3.6-v7.3.2-linux64 archive. (#6897) The previous hash was still that of v7.3.1, see https://www.pypy.org/download.html for the hash of the current release. --- roles/bootstrap-os/files/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap-os/files/bootstrap.sh b/roles/bootstrap-os/files/bootstrap.sh index f2ee7ae5e..08cb25ddc 100755 --- a/roles/bootstrap-os/files/bootstrap.sh +++ b/roles/bootstrap-os/files/bootstrap.sh @@ -4,7 +4,7 @@ set -e BINDIR="/opt/bin" PYPY_VERSION=7.3.2 PYPI_URL="https://downloads.python.org/pypy/pypy3.6-v${PYPY_VERSION}-linux64.tar.bz2" -PYPI_HASH=f67cf1664a336a3e939b58b3cabfe47d893356bdc01f2e17bc912aaa6605db12 +PYPI_HASH=d7a91f179076aaa28115ffc0a81e46c6a787785b2bc995c926fe3b02f0e9ad83 mkdir -p $BINDIR