mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
Ports: Update checksums to use the SHA256 algorithm
This commit is contained in:
parent
d77e7e99e4
commit
5911d379a6
Notes:
sideshowbarker
2024-07-18 19:06:49 +09:00
Author: https://github.com/gunnarbeutner
Commit: 5911d379a6
Pull-request: https://github.com/SerenityOS/serenity/pull/6633
61 changed files with 122 additions and 122 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue