summaryrefslogtreecommitdiffstats
path: root/academic/sword/sword.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-04-01 12:46:06 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2011-04-01 12:46:06 +0200
commit91177540b3f3c12a81377f340b85ed040f6ff84a (patch)
treefd5f4b5e59a471692cc9649cf2f3fd0fba991165 /academic/sword/sword.SlackBuild
parentafd7b2bfb2759a054894114226b706947d3ef54b (diff)
downloadslackbuilds-91177540b3f3c12a81377f340b85ed040f6ff84a.tar.gz
slackbuilds-91177540b3f3c12a81377f340b85ed040f6ff84a.tar.xz
academic/sword: Updated for version 1.6.2
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'academic/sword/sword.SlackBuild')
-rw-r--r--academic/sword/sword.SlackBuild6
1 files changed, 2 insertions, 4 deletions
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