summaryrefslogtreecommitdiff
path: root/libraries/hamlib/hamlib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hamlib/hamlib.SlackBuild')
-rw-r--r--libraries/hamlib/hamlib.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/hamlib/hamlib.SlackBuild b/libraries/hamlib/hamlib.SlackBuild
index 0dbbfe3889..1156ded3e2 100644
--- a/libraries/hamlib/hamlib.SlackBuild
+++ b/libraries/hamlib/hamlib.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# SlackBuild script for hamlib.
-#
+
# Copyright 2010 Howard Pepper <h_pepper {at} bellsouth [dot] net>
# All rights reserved.
#
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hamlib
-VERSION=1.2.11
+VERSION=1.2.14
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