summaryrefslogtreecommitdiff
path: root/system/ncdu/ncdu.SlackBuild
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2011-03-30 17:00:58 -0500
committerErik Hanson <erik@slackbuilds.org>2011-03-30 17:00:58 -0500
commit28300d761965956492e0913de3f8a3399287238a (patch)
tree9262c48f26cc90ce9b13b4f183a447bee8987e89 /system/ncdu/ncdu.SlackBuild
parent6ba040a1bc7905a384d45e28a668e254fd724fab (diff)
downloadslackbuilds-28300d761965956492e0913de3f8a3399287238a.tar.gz
system/ncdu: Updated for version 1.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/ncdu/ncdu.SlackBuild')
-rw-r--r--system/ncdu/ncdu.SlackBuild6
1 files changed, 2 insertions, 4 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