mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 07:42:07 +00:00
Released on 2021-02-19, no patch changes required. https://www.python.org/downloads/release/python-392/
4 lines
220 B
Bash
4 lines
220 B
Bash
PYTHON_VERSION="3.9.2"
|
|
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
|
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}"
|
|
PYTHON_ARCHIVE_MD5SUM="f0dc9000312abeb16de4eccce9a870ab"
|