diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 22:21:02 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 22:21:02 +0000 |
commit | 7af1c0d2013e68d990bb193cb07e1b99c50c9516 (patch) | |
tree | 459e17705ac85336c7c97afe48bd85e3c483b0e2 /dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild | |
parent | 92d59ffa216c182ea5ba3fdee94cd7e11cd3f2bb (diff) | |
download | slackbuilds-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
Diffstat (limited to 'dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild')
-rwxr-xr-x | dev/perl/perl-net_ssleay.pm/perl-net_ssleay.pm.SlackBuild | 2 |
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} |