diff options
Diffstat (limited to 'system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild')
-rw-r--r-- | system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild b/system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild index 4eca6cfaa2..a91caf481c 100644 --- a/system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild +++ b/system/nss-pam-ldapd/nss-pam-ldapd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nss-pam-ldapd -# Copyright (c) 2009-2011 Chris Walker <kris240376@gmail.com> +# Copyright (c) 2009-2013 Christopher Walker <kris240376@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,16 +29,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nss-pam-ldapd -VERSION=${VERSION:-0.7.15} +VERSION=${VERSION:-0.8.12} 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 |