mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/ncdu: Updated for version 1.8.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
7c7ac7975b
commit
3f0a2e34f6
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ncdu
|
||||
VERSION=1.7
|
||||
VERSION=${VERSION:-1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ncdu"
|
||||
VERSION="1.7"
|
||||
VERSION="1.8"
|
||||
HOMEPAGE="http://dev.yorhel.nl/ncdu/"
|
||||
DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.7.tar.gz"
|
||||
MD5SUM="172047c29d232724cc62e773e82e592a"
|
||||
DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.8.tar.gz"
|
||||
MD5SUM="94d7a821f8a0d7ba8ef3dd926226f7d5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ncdu: ncdu (NCurses Disk Usage)
|
||||
ncdu:
|
||||
ncdu:
|
||||
ncdu: As the name already suggests, ncdu is an NCurses version of the famous
|
||||
ncdu: old 'du' unix command. It provides a fast and easy interface to your
|
||||
ncdu: harddrive. Where is your disk space going? Why is your home directory
|
||||
|
|
Loading…
Reference in a new issue