diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-04-22 13:02:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-26 14:00:49 +0100 |
commit | 4efe123fe747a0659e21a8edeb4624cd0d7df2ee (patch) | |
tree | fc9c7985dd11d1c654924247fb8e632dd2b916b9 /meta | |
parent | 2492d4fa531cad8d4d23ccacd79b761a26427419 (diff) | |
download | poky-4efe123fe747a0659e21a8edeb4624cd0d7df2ee.tar.gz |
msmtp: upgrade 1.8.7 -> 1.8.8
(From OE-Core rev: db90fff8918f449d433ab6e17423dec089ffe627)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.8.8.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.7.bb b/meta/recipes-extended/msmtp/msmtp_1.8.8.bb index 729d0ed146..ca359a1507 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.7.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.8.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] = "4cf3d000b24fc8769e9fd8ec8b3cf1fb" | 14 | SRC_URI[md5sum] = "016e432d12e12dc5d73960e2bc67f0fb" |
15 | SRC_URI[sha256sum] = "9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1" | 15 | SRC_URI[sha256sum] = "eccb53e48f025f7e6f60210316df61cf6097a491728341c1e375fc1acc6459e5" |
16 | 16 | ||
17 | inherit gettext autotools update-alternatives pkgconfig | 17 | inherit gettext autotools update-alternatives pkgconfig |
18 | 18 | ||