diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index ba4332b3d76..0f1d6f283ea 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/ninja/package.sh b/Ports/ninja/package.sh index 94f63ec1733..c5827a72a4e 100755 --- a/Ports/ninja/package.sh +++ b/Ports/ninja/package.sh @@ -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() {