mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/ninja: Update ninja to version 1.11.1
This commit is contained in:
parent
e4becdd449
commit
9ca3ef6024
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/9ca3ef6024 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue