diff options
Diffstat (limited to 'meta-perl/recipes-perl/libmime')
-rw-r--r-- | meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb | 4 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb (renamed from meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb index 27ed41e99d..b7b287c399 100644 --- a/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb +++ b/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "MIME::Charset - Charset Information for MIME." | 1 | SUMMARY = "MIME::Charset - Charset Information for MIME." |
2 | DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \ | 2 | DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \ |
3 | messages on Internet." | 3 | messages on Internet." |
4 | HOMEPAGE = "http://search.cpan.org/~nezumi/MIME-Charset-${PV}/" | 4 | HOMEPAGE = "https://metacpan.org/release/NEZUMI/MIME-Charset-1.013.1" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -11,7 +11,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/MIME-Charset-${PV}.tar.gz" | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0" | 12 | SRC_URI[sha256sum] = "1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0" |
13 | 13 | ||
14 | S = "${WORKDIR}/MIME-Charset-${PV}" | 14 | S = "${UNPACKDIR}/MIME-Charset-${PV}" |
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |
17 | 17 | ||
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb index fa4ad6fc4c..043e1549af 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb | |||
@@ -5,18 +5,18 @@ is transmitted. Sometimes real knowledge about a mime-type is need.\ | |||
5 | \n\ | 5 | \n\ |
6 | This module maintains a set of MIME::Type objects, which each describe \ | 6 | This module maintains a set of MIME::Type objects, which each describe \ |
7 | one known mime type." | 7 | one known mime type." |
8 | HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}" | 8 | HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.27" |
9 | SECTION = "libraries" | 9 | SECTION = "libraries" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" | 12 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" |
13 | 13 | ||
14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff" | 17 | SRC_URI[sha256sum] = "7099cb5133401acc92d8fb0fd398cac682140be0680e7dfcb4aaf40315a2dfca" |
18 | 18 | ||
19 | S = "${WORKDIR}/MIME-Types-${PV}" | 19 | S = "${UNPACKDIR}/MIME-Types-${PV}" |
20 | 20 | ||
21 | inherit cpan ptest | 21 | inherit cpan ptest |
22 | 22 | ||