1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

Ports: Change Python's auth_type to sha256

This commit is contained in:
Linus Groh 2021-08-03 20:22:06 +01:00
parent cca1498e09
commit a613e00caa
3 changed files with 6 additions and 9 deletions

View file

@ -1,4 +1,4 @@
PYTHON_VERSION="3.9.6"
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}"
PYTHON_ARCHIVE_MD5SUM="ecc29a7688f86e550d29dba2ee66cf80"
PYTHON_ARCHIVE_SHA256SUM="397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a"