From 7d41c9740c1f211e948e3525b8ddbe769e4536e0 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Thu, 24 Oct 2024 16:07:50 -0400 Subject: [PATCH] libnet-telnet-perl: Change references to search.cpan.org to use metacpan.org Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index d90b47d218..d5b1c504ae 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb @@ -8,13 +8,13 @@ These interactive features include the ability to specify a time-out and to \ wait for patterns to appear in the input stream, such as the prompt from a \ shell." -HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" +HOMEPAGE = "https://metacpan.org/dist/Net-Telnet" SECTION = "Development/Libraries" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" -SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" +SRC_URI = "https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" S = "${WORKDIR}/Net-Telnet-${PV}"