summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libnet
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-24 16:07:47 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-24 14:02:36 -0700
commit6e4772e590ddeab64787d598c25bf87517626ece (patch)
tree0e8abc4467f4d55d0eb8b01c9bc45a338f461465 /meta-perl/recipes-perl/libnet
parente6974ed5a169e8b67333987871cd21f49c73b04c (diff)
downloadmeta-openembedded-6e4772e590ddeab64787d598c25bf87517626ece.tar.gz
libnet-dns-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/libnet')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
index 7b411f09a0..de979cf220 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "This package contains the DNS.pm module with friends." 1DESCRIPTION = "This package contains the DNS.pm module with friends."
2HOMEPAGE = "http://www.net-dns.org/" 2HOMEPAGE = "https://metacpan.org/pod/Net::DNS"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861
7 7
8DEPENDS += "perl" 8DEPENDS += "perl"
9 9
10SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" 10SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
11 11
12SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b" 12SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b"
13 13