summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-24 16:07:22 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-24 14:02:29 -0700
commitf874ff5a3a3ad858710d8dbc15324da778b74a55 (patch)
treef3d5fcec85380d562f3dbe534f31750b09bff1f4
parent62f4a81aae923fa9a1cb2b289a07c3abd2238758 (diff)
downloadmeta-openembedded-f874ff5a3a3ad858710d8dbc15324da778b74a55.tar.gz
libauthen-radius-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/libauthen/libauthen-radius-perl_0.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
index 4a7b576a2c..79a371d2cd 100644
--- a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
+++ b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "The Authen::Radius module provides a simple class that \
4 Radius server. \ 4 Radius server. \
5" 5"
6 6
7HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl" 7HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl"
8SECTION = "libs" 8SECTION = "libs"
9 9
10LICENSE = "Artistic-2.0" 10LICENSE = "Artistic-2.0"
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11"
12 12
13DEPENDS = "perl" 13DEPENDS = "perl"
14 14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ 15SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \
16 file://test.pl-adjust-for-ptest.patch \ 16 file://test.pl-adjust-for-ptest.patch \
17 file://run-ptest \ 17 file://run-ptest \
18" 18"