diff options
-rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb (renamed from meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb index 519c2ad54c..802fe050da 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb | |||
@@ -3,12 +3,12 @@ DESCRIPTION = "This module contains several data tables useful in various \ | |||
3 | kinds of HTML parsing operations." | 3 | kinds of HTML parsing operations." |
4 | HOMEPAGE = "https://metacpan.org/release/HTML-Tagset" | 4 | HOMEPAGE = "https://metacpan.org/release/HTML-Tagset" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-2.0" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://README;beginline=62;endline=66;md5=aa91eed6adfe182d2af676954f06a7c9" | 8 | LIC_FILES_CHKSUM = "file://README.md;beginline=42;endline=46;md5=6e702d3d2c184c6972123c9bef7b29b7" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz" |
11 | SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2" | 11 | SRC_URI[sha256sum] = "eb89e145a608ed1f8f141a57472ee5f69e67592a432dcd2e8b1dbb445f2b230b" |
12 | 12 | ||
13 | S = "${UNPACKDIR}/HTML-Tagset-${PV}" | 13 | S = "${UNPACKDIR}/HTML-Tagset-${PV}" |
14 | 14 | ||