mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
116f1c5c56
Released on 2021-06-28. https://www.python.org/downloads/release/python-396/
4 lines
220 B
Bash
4 lines
220 B
Bash
PYTHON_VERSION="3.9.6"
|
|
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
|
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}"
|
|
PYTHON_ARCHIVE_MD5SUM="ecc29a7688f86e550d29dba2ee66cf80"
|