mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
6 lines
365 B
Bash
6 lines
365 B
Bash
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="85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f"
|