summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-24 16:08:01 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-24 14:02:39 -0700
commitc24c8039c96a06e63abd49846ab456c6646a3a0b (patch)
tree1214777db3ce67d8d5142a64690fb9c01e3a213f
parent15a07ff9ccb5d4863561d5a716ff5e62e9976a1f (diff)
downloadmeta-openembedded-c24c8039c96a06e63abd49846ab456c6646a3a0b.tar.gz
libxml-sax-writer-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>
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
index c3dee2bcb..f906cda2e 100644
--- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
@@ -8,11 +8,11 @@ the AxKit XML Application Server. \
8" 8"
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" 11HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer"
12DEPENDS += "libxml-filter-buffertext-perl-native" 12DEPENDS += "libxml-filter-buffertext-perl-native"
13RDEPENDS:${PN} += "libxml-filter-buffertext-perl" 13RDEPENDS:${PN} += "libxml-filter-buffertext-perl"
14 14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" 15SRC_URI = "https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
16SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" 16SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0"
17 17
18LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" 18LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"