mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Ports: Add missing version.sh file to python3 port
I thought I had committed this, but it's .gitignore'd. Add an exception to Ports/.gitignore and add it for real this time. :^) Fixes #5008.
This commit is contained in:
parent
b7248be251
commit
cb8e4be3b5
2 changed files with 5 additions and 0 deletions
4
Ports/python3/version.sh
Normal file
4
Ports/python3/version.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
PYTHON_VERSION="3.9.1"
|
||||
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
|
||||
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION}/${PYTHON_ARCHIVE}"
|
||||
PYTHON_ARCHIVE_MD5SUM="61981498e75ac8f00adcb908281fadb6"
|
Loading…
Add table
Add a link
Reference in a new issue