From 28300d761965956492e0913de3f8a3399287238a Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 30 Mar 2011 17:00:58 -0500 Subject: system/ncdu: Updated for version 1.7. Signed-off-by: Erik Hanson --- system/ncdu/ncdu.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'system/ncdu/ncdu.SlackBuild') 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 -- cgit v1.2.3-80-g2a13