diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-07 13:06:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:11:08 +0100 |
commit | c20ba784c9cc764b98372791b1a1432d389c3cbf (patch) | |
tree | 1c30839dfd0bb7d3812b9fbda0b512577cf9bb74 | |
parent | 622362d6d3e28bf4926576b19466c921d8337867 (diff) | |
download | openembedded-core-contrib-c20ba784c9cc764b98372791b1a1432d389c3cbf.tar.gz |
msmtp:upgrade 1.8.5 -> 1.8.6
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.8.6.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.5.bb b/meta/recipes-extended/msmtp/msmtp_1.8.6.bb index 4f6b66f226d..809144b7837 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.5.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.6.bb @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" -SRC_URI[md5sum] = "5d7bb10606fbceeb2e0687379c75234b" -SRC_URI[sha256sum] = "1613daced9c47b8c028224fc076799c2a4d72923e242be4e9e5c984cbbbb9f39" +SRC_URI[md5sum] = "adff4a9992e1b47aa5468b974550304e" +SRC_URI[sha256sum] = "6625f147430c65ba8527f52c4fe5d4d33552d3c0fb6d793ba7df819a3b3042e1" inherit gettext autotools update-alternatives pkgconfig |