From 81784afbe1f220017186df1d80e98ff4347204c2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 7 Aug 2021 15:09:04 +0100 Subject: [PATCH] Ports: Fix Python's expected SHA256 sum Fixes #9265. --- Ports/python3/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/python3/version.sh b/Ports/python3/version.sh index 4a052ff3eb9..f51c30b8fa7 100644 --- a/Ports/python3/version.sh +++ b/Ports/python3/version.sh @@ -2,4 +2,4 @@ PYTHON_VERSION="3.10.0rc1" PYTHON_VERSION_WITHOUT_SUFFIX="3.10.0" # PYTHON_VERSION but without the a1/b1/rc1/... suffix PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz" PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}" -PYTHON_ARCHIVE_SHA256SUM="135b56c2703ad8e01a2728b564f13ffe5cea691fc244f40df4d9e1b3841e690c" +PYTHON_ARCHIVE_SHA256SUM="797061692282d0e573a0093476e57e39cf52cad56782ab2dfb79afadb3c1e638"