1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00

Ports/ncdu: Update ncdu to version 1.17

This commit is contained in:
EWouters 2022-06-03 18:38:36 +02:00 committed by Linus Groh
parent 6d1ec983a4
commit 41390c9da8
2 changed files with 6 additions and 8 deletions

View File

@ -150,7 +150,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
| [`nano`](nano/) | GNU nano | 6.3 | https://www.nano-editor.org/ |
| [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ |
| [`ncdu`](ncdu/) | Ncdu | 1.16 | https://dev.yorhel.nl/ncdu |
| [`ncdu`](ncdu/) | Ncdu | 1.17 | https://dev.yorhel.nl/ncdu |
| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html |
| [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch |
| [`nesalizer`](nesalizer/) | Nesalizer | 5bb0458 | https://github.com/ulfalizer/nesalizer |

View File

@ -1,9 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ncdu
useconfigure="true"
version="1.16"
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4"
auth_type=sha256
port='ncdu'
version='1.17'
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1"
auth_type='sha256'
useconfigure='true'
depends=("ncurses")
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"