summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-10-12 15:04:10 -0400
committerKhem Raj <raj.khem@gmail.com>2025-10-12 20:58:51 -0700
commit0c030b025549a321d35e654668b8df90a3e87691 (patch)
tree438d028164b8cb75d1a6d2255a1b370dce272d4c
parent3e272a20f5765c5823f4cdcdc83991add1f9f896 (diff)
downloadmeta-openembedded-0c030b025549a321d35e654668b8df90a3e87691.tar.gz
libhtml-tree-perl: upgrade 5.04 -> 5.05
License-Update: change offset because README file got longer. Checksum is unchanged. 5.05 2017-04-26 [FIXES] * Revert Dist::Zilla Removal - https://github.com/jfearn/HTML-Tree/issues/7 - Vendor note: It should be simpler to compare 5.03 and 5.05 than to compare 5.04 and 5.05, or 5.03 and 5.05. - Fixes RT#12230: Undeclared dep on Test::Fatal - https://rt.cpan.org/Ticket/Display.html?id=121230 * Proper fix for '.' in @INC - https://rt.cpan.org/Ticket/Display.html?id=120521 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.05.bb (renamed from meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.05.bb
index 59bab0c748..332eabb153 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.05.bb
@@ -6,15 +6,15 @@ libwww-perl distribution, but are now unbundled in order to facilitate \
6a separate development track." 6a separate development track."
7SECTION = "libs" 7SECTION = "libs"
8 8
9HOMEPAGE = "https://metacpan.org/release/JFEARN/HTML-Tree-5.04/source/README" 9HOMEPAGE = "https://metacpan.org/release/KENTNL/HTML-Tree-5.05/source/README"
10 10
11LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12LIC_FILES_CHKSUM = "file://README;beginline=74;endline=91;md5=260d31d31370658947ae050eef27aca9" 12LIC_FILES_CHKSUM = "file://README;beginline=88;endline=105;md5=260d31d31370658947ae050eef27aca9"
13 13
14SRC_URI = "${CPAN_MIRROR}/authors/id/J/JF/JFEARN/HTML-Tree-${PV}.tar.gz \ 14SRC_URI = "${CPAN_MIRROR}/authors/id/K/KE/KENTNL/HTML-Tree-${PV}.tar.gz \
15 file://bin-htmltree-fix-shebang.patch \ 15 file://bin-htmltree-fix-shebang.patch \
16" 16"
17SRC_URI[sha256sum] = "1959ea2f7a9f1491903238d3a2cbef3a8e9aaaa75963f7114dbf54dca791b7be" 17SRC_URI[sha256sum] = "9c0461e9058d4d1bf1dca353bb1266cf99c99c8adabd9d3ca97d2bc4a5e8bd0f"
18 18
19S = "${UNPACKDIR}/HTML-Tree-${PV}" 19S = "${UNPACKDIR}/HTML-Tree-${PV}"
20 20