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

Ports: Add auth_type verification to all package.sh files

This commit is contained in:
Brendan Coles 2021-04-16 17:39:43 +00:00 committed by Linus Groh
parent 6c618eb072
commit a206ab2211
68 changed files with 135 additions and 65 deletions

View file

@ -5,7 +5,8 @@ version=1.7.3
depends="zlib"
workdir=libzip-${version}
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
files="https://libzip.org/download/libzip-${version}.tar.gz libzip-${version}.tar.gz"
files="https://libzip.org/download/libzip-${version}.tar.gz libzip-${version}.tar.gz 76f8fea9b88f6ead7f15ed7712eb5aef"
auth_type=md5
configure() {
run cmake $configopts