diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-07-24 13:38:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-26 08:41:38 +0100 |
commit | 74f23b863f8935f3d7d1f07150ab3ea37c1bb6de (patch) | |
tree | d6ce32e350e0d1e710067ded12589f025df13e65 /meta/recipes-extended | |
parent | 3ab89fa06f2ef974eee2734ab582f62c98e0020e (diff) | |
download | poky-74f23b863f8935f3d7d1f07150ab3ea37c1bb6de.tar.gz |
msmtp: upgrade 1.8.4 -> 1.8.5
(From OE-Core rev: 969a6f39253e89bfb38c3ff83152a1e9c03f8e97)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.8.5.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.4.bb b/meta/recipes-extended/msmtp/msmtp_1.8.5.bb index 0f10500b38..4f6b66f226 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.4.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.5.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
11 | UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" | 11 | UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" |
12 | 12 | ||
13 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" | 13 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" |
14 | SRC_URI[md5sum] = "abfabb92f0461137f3c09cd16d98fc9b" | 14 | SRC_URI[md5sum] = "5d7bb10606fbceeb2e0687379c75234b" |
15 | SRC_URI[sha256sum] = "e5dd7fe95bc8e2f5eea3e4894ec9628252f30bd700a7fd1a568b10efa91129f7" | 15 | SRC_URI[sha256sum] = "1613daced9c47b8c028224fc076799c2a4d72923e242be4e9e5c984cbbbb9f39" |
16 | 16 | ||
17 | inherit gettext autotools update-alternatives pkgconfig | 17 | inherit gettext autotools update-alternatives pkgconfig |
18 | 18 | ||