diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-08-08 20:46:28 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-08-08 20:46:28 +0000 |
commit | adae68019ff03a16bc3457022ea14db9682fb933 (patch) | |
tree | ba44d8d3ce25fa1bad3609f8e2c05f8279347dbb | |
parent | b1951b5ca99e04e18c9f4045ca691997a645aa16 (diff) | |
download | slackbuilds-adae68019ff03a16bc3457022ea14db9682fb933.tar.gz slackbuilds-adae68019ff03a16bc3457022ea14db9682fb933.tar.bz2 |
perl-test-simple: upgraded to 0.70
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1321 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | dev/perl/perl-test-simple/perl-test-simple.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-test-simple/perl-test-simple.SlackBuild b/dev/perl/perl-test-simple/perl-test-simple.SlackBuild index e2ce9a92..f1491aa1 100755 --- a/dev/perl/perl-test-simple/perl-test-simple.SlackBuild +++ b/dev/perl/perl-test-simple/perl-test-simple.SlackBuild @@ -41,7 +41,7 @@ fi NAME="Test::Simple" PACKAGE="perl-`echo $NAME | sed -e 's/::/-/g' | tr '[:upper:]' '[:lower:]'`" TMP=${TMP:=/tmp} -VERSION=${VERSION:=0.66} +VERSION=${VERSION:=0.70} ARCH=${ARCH:=i386} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |