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

Ports/ninja: Update ninja to version 1.11.1

This commit is contained in:
EWouters 2023-09-01 23:01:33 +02:00 committed by Jelle Raaijmakers
parent e4becdd449
commit 9ca3ef6024
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ninja'
version='1.11.0'
version='1.11.1'
files=(
"https://github.com/ninja-build/ninja/archive/v${version}.tar.gz#3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6"
"https://github.com/ninja-build/ninja/archive/v${version}.tar.gz#31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea"
)
build() {