diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-04 04:51:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-04 04:51:31 +0100 |
commit | 31544817c3f39f0ac7ba1201df34b24947935d92 (patch) | |
tree | 19a9d0dd37e9339d220920f17df023aff37ea452 /package/p5-html-parser | |
parent | 9fd9705985f3cbac0f51e264512a2b8a106f71cd (diff) |
p5-html-parser: update to 3.7.6
Diffstat (limited to 'package/p5-html-parser')
-rw-r--r-- | package/p5-html-parser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/p5-html-parser/Makefile b/package/p5-html-parser/Makefile index 188c2fb98..7f5f09d10 100644 --- a/package/p5-html-parser/Makefile +++ b/package/p5-html-parser/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= p5-html-parser -PKG_VERSION:= 3.71 +PKG_VERSION:= 3.76 PKG_RELEASE:= 1 -PKG_HASH:= be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802 +PKG_HASH:= 64d9e2eb2b420f1492da01ec0e6976363245b4be9290f03f10b7d2cb63fa2f61 PKG_DESCR:= html parser class PKG_SECTION:= dev/perl PKG_DEPENDS:= perl PKG_BUILDDEP:= perl-host perl -PKG_SITES:= http://cpan.metacpan.org/authors/id/G/GA/GAAS/ +PKG_SITES:= https://cpan.metacpan.org/authors/id/O/OA/OALDERS/ DISTFILES:= HTML-Parser-${PKG_VERSION}.tar.gz WRKDIST= ${WRKDIR}/HTML-Parser-${PKG_VERSION} |