diff options
author | Chris Walker <kris240376@gmail.com> | 2018-09-28 12:10:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-29 07:47:35 +0700 |
commit | 6dc53c40361d1b8d9541224d15161a89b662cbb7 (patch) | |
tree | 4468c69cb3a156166aa9d1509f53e0c9ee09eeae /perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild | |
parent | 6f0e9d1420d89eb5306a383ac03c8f8fe35594ac (diff) |
perl/perl-Net-LDAP: Updated for version 0.65.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild')
-rw-r--r-- | perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild b/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild index eecc39199541..bc71e1e8292e 100644 --- a/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild +++ b/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Net-LDAP -# Copyright 2013 Christopher Walker Copperas Cove, TX +# Copyright 2013-2018 Chris Walker Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Net-LDAP -VERSION=${VERSION:-0.57} +VERSION=${VERSION:-0.65} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |