mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 06:47:35 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -1,7 +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"
|
||||
files="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz ninja-v${version}.tar.gz 5fdb04461cc7f5d02536b3bfc0300166"
|
||||
auth_type=md5
|
||||
|
||||
build() {
|
||||
CXXFLAGS="--sysroot=${SERENITY_BUILD_DIR}/Root" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue