diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 20:38:21 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-04 20:38:21 +0000 |
commit | 98349300d06d04ed5ccceff4d7e8b52198ba1560 (patch) | |
tree | 0997f2cadd21fbc98553331409b22f2a958944bf | |
parent | adcdcb45872eca4c90f0e70431145702d4bd8be6 (diff) | |
download | slackbuilds-98349300d06d04ed5ccceff4d7e8b52198ba1560.tar.gz slackbuilds-98349300d06d04ed5ccceff4d7e8b52198ba1560.tar.bz2 |
perl-regexp-common version fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@805 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild b/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild index 8ea3cb24..41078ff9 100755 --- a/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild +++ b/dev/perl/perl-regexp-common/perl-regexp-common.SlackBuild @@ -29,7 +29,7 @@ fi NAME="Regexp-Common" PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`" TMP=${TMP:=/tmp} -VERSION=${VERSION:=2.210} +VERSION=${VERSION:=2.120} ARCH=${ARCH:=i386} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |