diff options
Diffstat (limited to 'system/ncdu')
-rw-r--r-- | system/ncdu/ncdu.SlackBuild | 6 | ||||
-rw-r--r-- | system/ncdu/ncdu.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/ncdu/ncdu.SlackBuild b/system/ncdu/ncdu.SlackBuild index 97498dfc62..2ff83d876b 100644 --- a/system/ncdu/ncdu.SlackBuild +++ b/system/ncdu/ncdu.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ncdu # -# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2014 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ncdu -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ find $PKG | xargs file | egrep "ELF.*executable" | cut -f 1 -d : \ gzip -9 $PKG/usr/man/man?/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ +cp -a COPYING ChangeLog README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/ncdu/ncdu.info b/system/ncdu/ncdu.info index 2d6cfa125a..441a2f8179 100644 --- a/system/ncdu/ncdu.info +++ b/system/ncdu/ncdu.info @@ -1,8 +1,8 @@ PRGNAM="ncdu" -VERSION="1.8" +VERSION="1.10" HOMEPAGE="http://dev.yorhel.nl/ncdu/" -DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.8.tar.gz" -MD5SUM="94d7a821f8a0d7ba8ef3dd926226f7d5" +DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.10.tar.gz" +MD5SUM="7535decc8d54eca811493e82d4bfab2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |