1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +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

@ -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"