diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/ncdu/ncdu.SlackBuild | 4 | ||||
-rw-r--r-- | system/ncdu/ncdu.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/ncdu/ncdu.SlackBuild b/system/ncdu/ncdu.SlackBuild index 82337ff7d1..83fc42e17a 100644 --- a/system/ncdu/ncdu.SlackBuild +++ b/system/ncdu/ncdu.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ncdu # -# Copyright 2009-2020 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ncdu -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/ncdu/ncdu.info b/system/ncdu/ncdu.info index 63f5b81f3a..fe25a662ed 100644 --- a/system/ncdu/ncdu.info +++ b/system/ncdu/ncdu.info @@ -1,8 +1,8 @@ PRGNAM="ncdu" -VERSION="1.15.1" +VERSION="1.17" HOMEPAGE="https://dev.yorhel.nl/ncdu/" -DOWNLOAD="https://dev.yorhel.nl/download/ncdu-1.15.1.tar.gz" -MD5SUM="af25aa8462a6f29c8a0c4d3d83d186e7" +DOWNLOAD="https://dev.yorhel.nl/download/ncdu-1.17.tar.gz" +MD5SUM="0a872dbda2d79e45937e22d5c97c01d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |