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

Ports: Update Python to 3.10.0rc2

Released on 2021-09-07.
https://www.python.org/downloads/release/python-3100rc2/
This commit is contained in:
Linus Groh 2021-09-18 17:11:05 +02:00
parent c5cdb6eb4c
commit 5426901521
7 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
PYTHON_VERSION="3.10.0rc1"
PYTHON_VERSION="3.10.0rc2"
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="797061692282d0e573a0093476e57e39cf52cad56782ab2dfb79afadb3c1e638"
PYTHON_ARCHIVE_SHA256SUM="e75b56088548b7b9ad1f2571e6f5a2315e4808cb6b5fbe8288502afc802b2f24"