mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Ports: Change Python's auth_type to sha256
This commit is contained in:
parent
cca1498e09
commit
a613e00caa
3 changed files with 6 additions and 9 deletions
|
@ -6,12 +6,9 @@ port=python3
|
|||
version="${PYTHON_VERSION}"
|
||||
workdir="Python-${version}"
|
||||
useconfigure="true"
|
||||
files="${PYTHON_ARCHIVE_URL} ${PYTHON_ARCHIVE}
|
||||
https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz.asc Python-${version}.tar.xz.asc
|
||||
https://raw.githubusercontent.com/python/cpython/942dd9f3f77eef08fabddbd9fb883a866ad6d4cb/PC/pycon.ico launcher.ico"
|
||||
auth_type="sig"
|
||||
auth_import_key="E3FF2839C048B25C084DEBE9B26995E310250568"
|
||||
auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz"
|
||||
files="${PYTHON_ARCHIVE_URL} ${PYTHON_ARCHIVE} ${PYTHON_ARCHIVE_SHA256SUM}
|
||||
https://raw.githubusercontent.com/python/cpython/942dd9f3f77eef08fabddbd9fb883a866ad6d4cb/PC/pycon.ico launcher.ico 55c1e1fcabc2f254a6d02242912359d29f141d11c4892c20375d58b6dcd89ac0"
|
||||
auth_type="sha256"
|
||||
launcher_name="Python"
|
||||
launcher_category="Development"
|
||||
launcher_command="/usr/local/bin/python3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue