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

Ports: Update Python to 3.11.3

Released on 2023-04-05.
https://www.python.org/downloads/release/python-3113/
This commit is contained in:
Linus Groh 2023-04-15 17:14:08 +02:00
parent 8d3e941ae6
commit 960b55dd7d
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PYTHON_VERSION="3.11.0"
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.0" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
PYTHON_VERSION="3.11.3"
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.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="a57dc82d77358617ba65b9841cee1e3b441f386c3789ddc0676eca077f2951c3"
PYTHON_ARCHIVE_SHA256SUM="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e"