1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

Ports: Update checksums to use the SHA256 algorithm

This commit is contained in:
Gunnar Beutner 2021-04-25 12:20:15 +02:00 committed by Linus Groh
parent d77e7e99e4
commit 5911d379a6
61 changed files with 122 additions and 122 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=lua
version=5.3.5
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz 4f4b4f323fd3514a68e0ab3da8ce3455"
auth_type=md5
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac"
auth_type=sha256
makeopts="-j$(nproc) serenity"
installopts="INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local"