aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild')
-rw-r--r--perl/perl-Net-LDAP/perl-Net-LDAP.SlackBuild6
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 eecc39199541d..bc71e1e8292e4 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