mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
bb36fa63e6
commit
5675c08d70
|
|
@ -2,13 +2,13 @@ DESCRIPTION = "CGI.pm is a stable, complete and mature solution for processing a
|
|||
HTTP requests and responses. Major features including processing form \
|
||||
submissions, file uploads, reading and writing cookies, query string generation \
|
||||
and manipulation, and processing and preparing HTTP headers."
|
||||
HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod"
|
||||
HOMEPAGE = "https://metacpan.org/pod/CGI"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-2.0 | GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
|
||||
|
||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
|
||||
SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user