summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb (renamed from meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb
index a03ec31e29..bae4ebaa86 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb
@@ -1,15 +1,15 @@
1DESCRIPTION = "This package contains the Parser.pm module with friends." 1DESCRIPTION = "This package contains the Parser.pm module with friends."
2HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.73" 2HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.75"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 4LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
5 5
6LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" 6LIC_FILES_CHKSUM = "file://README;beginline=992;endline=996;md5=cab05784294bb47dc319aeced156e96a"
7 7
8DEPENDS += "perl" 8DEPENDS += "perl"
9 9
10SRC_URI = "${CPAN_MIRROR}/authors/id/C/CA/CAPOEIRAB/HTML-Parser-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/C/CA/CAPOEIRAB/HTML-Parser-${PV}.tar.gz"
11 11
12SRC_URI[sha256sum] = "85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69" 12SRC_URI[sha256sum] = "ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9"
13 13
14S = "${UNPACKDIR}/HTML-Parser-${PV}" 14S = "${UNPACKDIR}/HTML-Parser-${PV}"
15 15