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

@ -222,7 +222,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
| [`nesalizer`](nesalizer/) | Nesalizer | 5bb0458 | https://github.com/ulfalizer/nesalizer |
| [`nethack`](nethack/) | nethack | 3.6.7 | https://www.nethack.org/ |
| [`ninja`](ninja/) | Ninja | 1.11.0 | https://ninja-build.org/ |
| [`ninja`](ninja/) | Ninja | 1.11.1 | https://ninja-build.org/ |
| [`nippon`](nippon/) | Nippon Safes Inc. | 1.0 | https://www.scummvm.org/games/#games-nippon |
| [`nlohmann-json`](nlohmann-json/) | JSON for Modern C++ | 3.11.2 | https://json.nlohmann.me/ |
| [`nnn`](nnn/) | nnn file manager | 4.8 | https://github.com/jarun/nnn |

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() {