mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +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
|
@ -23,8 +23,8 @@ pushd "${TARBALLS_DIR}"
|
|||
echo "${PYTHON_ARCHIVE} already exists, not downloading archive"
|
||||
fi
|
||||
|
||||
if ! md5sum --status -c <(echo "${PYTHON_ARCHIVE_MD5SUM}" "${PYTHON_ARCHIVE}"); then
|
||||
echo "Python archive MD5 sum mismatch, please run script again"
|
||||
if ! sha256sum --status -c <(echo "${PYTHON_ARCHIVE_SHA256SUM}" "${PYTHON_ARCHIVE}"); then
|
||||
echo "Python archive SHA256 sum mismatch, please run script again"
|
||||
rm -f "${PYTHON_ARCHIVE}"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue