mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Ports: Update Python to 3.11.5
Released on 2023-08-24. https://www.python.org/downloads/release/python-3115/
This commit is contained in:
parent
4d26e4650f
commit
ebb7079795
8 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
PYTHON_VERSION="3.11.3"
|
||||
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.3" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
|
||||
PYTHON_VERSION="3.11.5"
|
||||
PYTHON_VERSION_WITHOUT_SUFFIX="3.11.5" # 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="8a5db99c961a7ecf27c75956189c9602c968751f11dbeae2b900dbff1c085b5e"
|
||||
PYTHON_ARCHIVE_SHA256SUM="85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue