diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-11-02 12:43:41 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-11-02 12:43:41 +0000 |
commit | 73c1592c2edbedb421529a431333347c3e08fe6a (patch) | |
tree | 18b195bd6c0fc9417925beeedebc12e13f40d429 /dev/perl/perl-html-parser/perl-html-parser.SlackBuild | |
parent | 75c8682e2284af122b9d7571606dd6df4f2c0881 (diff) | |
download | slackbuilds-73c1592c2edbedb421529a431333347c3e08fe6a.tar.gz slackbuilds-73c1592c2edbedb421529a431333347c3e08fe6a.tar.bz2 |
perl-html-parser: updating to 3.64
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2267 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-html-parser/perl-html-parser.SlackBuild')
-rwxr-xr-x | dev/perl/perl-html-parser/perl-html-parser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/perl/perl-html-parser/perl-html-parser.SlackBuild b/dev/perl/perl-html-parser/perl-html-parser.SlackBuild index bbb48a2a..bd0762bf 100755 --- a/dev/perl/perl-html-parser/perl-html-parser.SlackBuild +++ b/dev/perl/perl-html-parser/perl-html-parser.SlackBuild @@ -16,8 +16,8 @@ # # slackbuild for perl-html-parser, by Silvio Rhatto # requires: -# tested: perl-html-parser-3.62 -# model: perl.mkSlackBuild $Rev: 796 $ +# tested: perl-html-parser-3.64 +# model: perl.mkSlackBuild $Rev: 824 $ # # Look for slackbuildrc @@ -32,7 +32,7 @@ CWD="$(pwd)" SRC_NAME="HTML-Parser" PKG_NAME="perl-html-parser" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=3.62} +SRC_VERSION=${VERSION:=3.64} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rha} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |