diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:25 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:30 -0700 |
| commit | 5675c08d70260b2f322c1e4459fb241fe0306bdb (patch) | |
| tree | 38a08efcf364d63d44f0c188ad261b2b3036e48e | |
| parent | bb36fa63e6ef45a3bcdc415157d3a80e1e59c276 (diff) | |
| download | meta-openembedded-5675c08d70260b2f322c1e4459fb241fe0306bdb.tar.gz | |
libcgi-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/libcgi/libcgi-perl_4.66.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb index 94fb4393c2..38c2e0fddf 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb | |||
| @@ -2,13 +2,13 @@ DESCRIPTION = "CGI.pm is a stable, complete and mature solution for processing a | |||
| 2 | HTTP requests and responses. Major features including processing form \ | 2 | HTTP requests and responses. Major features including processing form \ |
| 3 | submissions, file uploads, reading and writing cookies, query string generation \ | 3 | submissions, file uploads, reading and writing cookies, query string generation \ |
| 4 | and manipulation, and processing and preparing HTTP headers." | 4 | and manipulation, and processing and preparing HTTP headers." |
| 5 | HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod" | 5 | HOMEPAGE = "https://metacpan.org/pod/CGI" |
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | LICENSE = "Artistic-2.0 | GPL-2.0-only" | 7 | LICENSE = "Artistic-2.0 | GPL-2.0-only" |
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" | 11 | SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1" | 13 | SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1" |
| 14 | 14 | ||
