diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/p5-html-parser/.md5sum | 2 | ||||
-rw-r--r-- | extra/p5-html-parser/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/p5-html-parser/.md5sum b/extra/p5-html-parser/.md5sum index b7deeff12..bfafd5442 100644 --- a/extra/p5-html-parser/.md5sum +++ b/extra/p5-html-parser/.md5sum @@ -1 +1 @@ -190950f442ff4a8e59e637714105a01b HTML-Parser-3.59.tar.gz +26ceb6357e855b9e7aad5a5fd66d493e HTML-Parser-3.64.tar.gz diff --git a/extra/p5-html-parser/Pkgfile b/extra/p5-html-parser/Pkgfile index bdac682d9..912f6df09 100644 --- a/extra/p5-html-parser/Pkgfile +++ b/extra/p5-html-parser/Pkgfile @@ -1,17 +1,17 @@ # Description: Perl extension parse and extract info from html -# URL: http://search.cpan.org/~gaas/HTML-Parser-3.56/ +# URL: http://search.cpan.org/~gaas/HTML-Parser-3.64/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: name=p5-html-parser -version=3.59 +version=3.64 release=1 source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz) build() { - cd HTML-Parser-$version + cd HTML-Parser-$version perl Makefile.PL make make install DESTDIR=$PKG |