diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-27 11:07:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 14:16:31 +0100 |
commit | a4167b842ccb496b3ba603bbd6e67cb347588d9e (patch) | |
tree | 530163b345486483e2c839fc1c188aa4b2713bbe | |
parent | c0e674dba84f51da1044cf70263a7d14e7bbd2b6 (diff) | |
download | poky-a4167b842ccb496b3ba603bbd6e67cb347588d9e.tar.gz |
msmtp: upgrade 1.8.17 -> 1.8.18
(From OE-Core rev: 3e95794412c1dfcdf1a505b2a9718d3faf113ef6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.8.18.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.17.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.17.bb b/meta/recipes-extended/msmtp/msmtp_1.8.18.bb index b451ff7f28..1a6cf72392 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.17.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.18.bb | |||
@@ -11,7 +11,7 @@ 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[sha256sum] = "0fddbe74c1a9dcf6461b4a1b0db3e4d34266184500c403d7f107ad42db4ec4d3" | 14 | SRC_URI[sha256sum] = "14fc62af37ebdcc5ed19a245a05eb8376efe7016118f00c9c594bc999d5560a5" |
15 | 15 | ||
16 | inherit gettext autotools update-alternatives pkgconfig | 16 | inherit gettext autotools update-alternatives pkgconfig |
17 | 17 | ||