From 91177540b3f3c12a81377f340b85ed040f6ff84a Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Fri, 1 Apr 2011 12:46:06 +0200 Subject: academic/sword: Updated for version 1.6.2 Signed-off-by: Heinz Wiesinger --- academic/sword/sword.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'academic/sword/sword.SlackBuild') diff --git a/academic/sword/sword.SlackBuild b/academic/sword/sword.SlackBuild index 3ab07da936..150c9a5e76 100644 --- a/academic/sword/sword.SlackBuild +++ b/academic/sword/sword.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sword -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands # 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=sword -VERSION=1.6.1 +VERSION=1.6.2 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