From 41390c9da82c0c5fb72fbc17b7189dec3b4799c4 Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 3 Jun 2022 18:38:36 +0200 Subject: [PATCH] Ports/ncdu: Update ncdu to version 1.17 --- Ports/AvailablePorts.md | 2 +- Ports/ncdu/package.sh | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 474fba4931..d482661801 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/ncdu/package.sh b/Ports/ncdu/package.sh index 51a4d12709..99ab1cf9ae 100755 --- a/Ports/ncdu/package.sh +++ b/Ports/ncdu/package.sh @@ -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"