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

Ports: Update Python to 3.10.3

Released on 2022-03-16.
https://www.python.org/downloads/release/python-3103/
This commit is contained in:
Linus Groh 2022-03-25 22:15:22 +00:00
parent 37da5cb3b3
commit 6b8358b1f1
6 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
PYTHON_VERSION="3.10.2"
PYTHON_VERSION_WITHOUT_SUFFIX="3.10.2" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_VERSION="3.10.3"
PYTHON_VERSION_WITHOUT_SUFFIX="3.10.3" # 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="17de3ac7da9f2519aa9d64378c603a73a0e9ad58dffa8812e45160c086de64c7"
PYTHON_ARCHIVE_SHA256SUM="596c72de998dc39205bc4f70ef0dbf7edec740a306d09b49a9bd0a77806730dc"