Skip to content

Commit

Permalink
Ports/ninja: Update ninja to version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EWouters authored and gmta committed Oct 12, 2023
1 parent e4becdd commit 9ca3ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions Ports/ninja/package.sh
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 9ca3ef6

Please sign in to comment.