summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libcgi
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libcgi')
-rw-r--r--meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb
index 7b67cd8625..0c738b0b06 100644
--- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.64.bb
+++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb
@@ -2,17 +2,17 @@ DESCRIPTION = "CGI.pm is a stable, complete and mature solution for processing a
2HTTP requests and responses. Major features including processing form \ 2HTTP requests and responses. Major features including processing form \
3submissions, file uploads, reading and writing cookies, query string generation \ 3submissions, file uploads, reading and writing cookies, query string generation \
4and manipulation, and processing and preparing HTTP headers." 4and manipulation, and processing and preparing HTTP headers."
5HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod" 5HOMEPAGE = "https://metacpan.org/pod/CGI"
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Artistic-2.0 | GPL-2.0-only" 7LICENSE = "Artistic-2.0 | GPL-2.0-only"
8 8
9LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb"
10 10
11SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" 11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
12 12
13SRC_URI[sha256sum] = "39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7" 13SRC_URI[sha256sum] = "12fb5a5b392032413571169257f98533488005550774bcbd0715be687a590cf2"
14 14
15S = "${WORKDIR}/CGI-${PV}" 15S = "${UNPACKDIR}/CGI-${PV}"
16 16
17inherit cpan ptest-perl 17inherit cpan ptest-perl
18 18