1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:27:39 +00:00
serenity/Ports/python3/version.sh
2024-03-04 00:36:42 +01:00

5 lines
365 B
Bash

PYTHON_VERSION="3.12.2"
PYTHON_VERSION_WITHOUT_SUFFIX="3.12.2" # 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="be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0f3d870"