1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:18:12 +00:00

Ports: Update Python to 3.10.0

Released on 2021-10-04.
https://www.python.org/downloads/release/python-3100/
This commit is contained in:
Linus Groh 2021-10-04 21:01:16 +01:00
parent e5938e66f3
commit fb98e12f86
7 changed files with 18 additions and 18 deletions

View file

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