1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 06:57:45 +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,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ninja
version=1.8.2
files="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz ninja-v${version}.tar.gz 5fdb04461cc7f5d02536b3bfc0300166"
auth_type=md5
files="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz ninja-v${version}.tar.gz 86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4"
auth_type=sha256
build() {
CXXFLAGS="--sysroot=${SERENITY_INSTALL_ROOT}" \