summaryrefslogtreecommitdiffstats
path: root/system/ncdu
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2011-03-30 17:00:58 -0500
committer Erik Hanson <erik@slackbuilds.org>2011-03-30 17:00:58 -0500
commit28300d761965956492e0913de3f8a3399287238a (patch)
tree9262c48f26cc90ce9b13b4f183a447bee8987e89 /system/ncdu
parent6ba040a1bc7905a384d45e28a668e254fd724fab (diff)
downloadslackbuilds-28300d761965956492e0913de3f8a3399287238a.tar.gz
slackbuilds-28300d761965956492e0913de3f8a3399287238a.tar.xz
system/ncdu: Updated for version 1.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/ncdu')
-rw-r--r--system/ncdu/ncdu.SlackBuild6
-rw-r--r--system/ncdu/ncdu.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/system/ncdu/ncdu.SlackBuild b/system/ncdu/ncdu.SlackBuild
index 2f15443523..e8b1f31a51 100644
--- a/system/ncdu/ncdu.SlackBuild
+++ b/system/ncdu/ncdu.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for ncdu
#
-# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ncdu
-VERSION=1.6
+VERSION=1.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/system/ncdu/ncdu.info b/system/ncdu/ncdu.info
index f5493c3bcc..75143eb659 100644
--- a/system/ncdu/ncdu.info
+++ b/system/ncdu/ncdu.info
@@ -1,8 +1,8 @@
PRGNAM="ncdu"
-VERSION="1.6"
+VERSION="1.7"
HOMEPAGE="http://dev.yorhel.nl/ncdu/"
-DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.6.tar.gz"
-MD5SUM="95d29cf64af2d8cf4b5005e6e3d60384"
+DOWNLOAD="http://dev.yorhel.nl/download/ncdu-1.7.tar.gz"
+MD5SUM="172047c29d232724cc62e773e82e592a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"