summaryrefslogtreecommitdiff
path: root/network/authbind/authbind.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/authbind/authbind.SlackBuild')
-rw-r--r--network/authbind/authbind.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/authbind/authbind.SlackBuild b/network/authbind/authbind.SlackBuild
index 40fde2d99f..cf35c023c6 100644
--- a/network/authbind/authbind.SlackBuild
+++ b/network/authbind/authbind.SlackBuild
@@ -4,17 +4,17 @@
# Written by B. Watson (yalhcru@gmail.com)
+# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+
PRGNAM=authbind
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-2.1.1}
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