diff options
-rw-r--r-- | meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb (renamed from meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb index 7254a4713a..aead5e9f0f 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb | |||
@@ -6,13 +6,13 @@ connections). It supports every remote-mail protocol now in use on the Internet: | |||
6 | RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." | 6 | RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." |
7 | SECTION = "mail" | 7 | SECTION = "mail" |
8 | LICENSE = "GPLv2 & MIT" | 8 | LICENSE = "GPLv2 & MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=06a8d16599e1d0b131390bec01fb571c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ad73c6bd421c137fbf18cf8b92474186" |
10 | 10 | ||
11 | DEPENDS = "openssl" | 11 | DEPENDS = "openssl" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "302dc9bcdc6927dedf375d2baaead2347557faa70d98b1da83f2409fa6fb259f" | 15 | SRC_URI[sha256sum] = "cd8d11a3d103e50caa2ec64bcda6307eb3d0783a4d4dfd88e668b81aaf9d6b5f" |
16 | 16 | ||
17 | inherit autotools gettext python3-dir python3native | 17 | inherit autotools gettext python3-dir python3native |
18 | 18 | ||