mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/ncdu: Updated for version 1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
126ae7718e
commit
05872b0b04
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue