diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:22 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:29 -0700 |
| commit | f874ff5a3a3ad858710d8dbc15324da778b74a55 (patch) | |
| tree | f3d5fcec85380d562f3dbe534f31750b09bff1f4 | |
| parent | 62f4a81aae923fa9a1cb2b289a07c3abd2238758 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 7 | HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl" | 7 | HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl" |
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | 9 | ||
| 10 | LICENSE = "Artistic-2.0" | 10 | LICENSE = "Artistic-2.0" |
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11" | |||
| 12 | 12 | ||
| 13 | DEPENDS = "perl" | 13 | DEPENDS = "perl" |
| 14 | 14 | ||
| 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ | 15 | SRC_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 | " |
