summaryrefslogtreecommitdiffstats
path: root/libraries/libfwbuilder/libfwbuilder.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libfwbuilder/libfwbuilder.SlackBuild')
-rw-r--r--libraries/libfwbuilder/libfwbuilder.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libfwbuilder/libfwbuilder.SlackBuild b/libraries/libfwbuilder/libfwbuilder.SlackBuild
index e9f4138e75..d2246a568c 100644
--- a/libraries/libfwbuilder/libfwbuilder.SlackBuild
+++ b/libraries/libfwbuilder/libfwbuilder.SlackBuild
@@ -6,7 +6,7 @@
# Derived from Slackware's Slackbuilds.
#
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
-# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
+# Copyright 2010-2011 David Somero (dsomero@hotmail.com) Athens, TN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,16 +27,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libfwbuilder
-VERSION=${VERSION:-4.0.2}
+VERSION=${VERSION:-4.1.3}
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