summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libhtml
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-24 16:07:38 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-24 14:02:33 -0700
commit97138f39e9727385488fedafc500ca20148bb381 (patch)
treedef69c15e9831d2cc14aa797bd6f765c7ed49bbf /meta-perl/recipes-perl/libhtml
parent964a35291a9c251adf22a808e3ce7ee09d7ffdf3 (diff)
downloadmeta-openembedded-97138f39e9727385488fedafc500ca20148bb381.tar.gz
libhtml-parser-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libhtml')
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
index 4dbcc107bc..a3f287dcef 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb
@@ -1,5 +1,5 @@
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/HTML-Parser" 2HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 4LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
5 5
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8"
7 7
8DEPENDS += "perl" 8DEPENDS += "perl"
9 9
10SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" 10SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
11 11
12SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b" 12SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b"
13 13