mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 20:17:34 +00:00
5 lines
368 B
Bash
5 lines
368 B
Bash
PYTHON_VERSION="3.10.0rc1"
|
|
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="797061692282d0e573a0093476e57e39cf52cad56782ab2dfb79afadb3c1e638"
|