aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 22:21:02 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 22:21:02 +0000
commit7af1c0d2013e68d990bb193cb07e1b99c50c9516 (patch)
tree459e17705ac85336c7c97afe48bd85e3c483b0e2
parent92d59ffa216c182ea5ba3fdee94cd7e11cd3f2bb (diff)
downloadslackbuilds-7af1c0d2013e68d990bb193cb07e1b99c50c9516.tar.gz
slackbuilds-7af1c0d2013e68d990bb193cb07e1b99c50c9516.tar.bz2
perl-net_ssleay.pm version fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@818 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xdev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild b/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild
index 7642fdde..923198a5 100755
--- a/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild
+++ b/dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild
@@ -29,7 +29,7 @@ fi
NAME="Net::SSLeay"
PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`.pm"
TMP=${TMP:=/tmp}
-VERSION=${VERSION:=1.130}
+VERSION=${VERSION:=1.30}
ARCH=${ARCH:=i386}
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}