diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:44 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:35 -0700 |
| commit | ca5e3d57693811bc182c92a7937ad3fe120ca15d (patch) | |
| tree | 8858a1bffcb50f0e8f3cce1866a8f74293909b34 | |
| parent | 68150e06950ab029c66c312d22a7e7729524a470 (diff) | |
| download | meta-openembedded-ca5e3d57693811bc182c92a7937ad3fe120ca15d.tar.gz | |
libmime-types-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/libmime/libmime-types-perl_2.26.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb index fa4ad6fc4c..67b29019c5 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.26.bb | |||
| @@ -5,13 +5,13 @@ 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.26" |
| 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 = "https://cpan.metacpan.org/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] = "bc738483cb4cdb47d61e85fe9304fa929aa9ab927e3171ec2ba2ab1cd7cefdff" |
