diff options
Diffstat (limited to 'meta-perl/recipes-extended/mime-construct')
-rw-r--r-- | meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb index a5d28265d7..28dbf1399b 100644 --- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb +++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Constructs and (by default) mails MIME messages. \ | |||
3 | It is entirely driven from the command line, it is \ | 3 | It is entirely driven from the command line, it is \ |
4 | designed to be used by other programs, or people who act \ | 4 | designed to be used by other programs, or people who act \ |
5 | like programs." | 5 | like programs." |
6 | HOMEPAGE = "http://search.cpan.org/~rosch/mime-construct/mime-construct" | 6 | HOMEPAGE = "https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct" |
7 | SECTION = "mail" | 7 | SECTION = "mail" |
8 | LICENSE = "GPL-2.0-or-later" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96" | 9 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96" |
@@ -12,7 +12,6 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/mime-construct-${PV}.tar.gz \ | |||
12 | file://fix-mime-construct-help-return-value.patch \ | 12 | file://fix-mime-construct-help-return-value.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "73834ea780fbea81b89dbd9b2fb54f58" | ||
16 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" | 15 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |