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

Ports/ninja: Update ninja to version 1.10.2

The sys-select-for-pselect patch was upstreamed in
b191404828.
:^)
This commit is contained in:
EWouters 2022-04-01 04:52:19 +02:00 committed by Brian Gianforcaro
parent ccc9550114
commit d6ce3a842c
3 changed files with 3 additions and 27 deletions

View file

@ -1,7 +1,7 @@
#!/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 86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4"
version=1.10.2
files="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz ninja-v${version}.tar.gz ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed"
auth_type=sha256
build() {