libfile-slurp-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>
This commit is contained in:
J. S.
2024-10-24 16:07:36 -04:00
committed by Khem Raj
parent 04ed01f6cc
commit 4bf378baeb
@@ -4,10 +4,11 @@ DESCRIPTION = "This module provides subroutines to read or write \
reading the list of filenames in a directory. \
"
SECTION = "libs"
HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
SRC_URI = "https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
S = "${WORKDIR}/File-Slurp-${PV}"