diff options
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-dns-perl_1.47.bb | 4 |
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 @@ | |||
1 | DESCRIPTION = "This package contains the DNS.pm module with friends." | 1 | DESCRIPTION = "This package contains the DNS.pm module with friends." |
2 | HOMEPAGE = "http://www.net-dns.org/" | 2 | HOMEPAGE = "https://metacpan.org/pod/Net::DNS" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861 | |||
7 | 7 | ||
8 | DEPENDS += "perl" | 8 | DEPENDS += "perl" |
9 | 9 | ||
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b" | 12 | SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b" |
13 | 13 | ||