summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/msmtp
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-07 18:20:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-08 10:29:01 +0000
commitd49d6fe004c750c2a9e57add4a3ccdf832ae521f (patch)
tree0a425f9f25d96060bbf8434c544b5f3c191f87b8 /meta/recipes-extended/msmtp
parent9b5648ad17c4a6a076872a43338d115d6284bf63 (diff)
downloadpoky-d49d6fe004c750c2a9e57add4a3ccdf832ae521f.tar.gz
msmtp: upgrade 1.8.22 -> 1.8.23
The msmtpq script was updated. (From OE-Core rev: 2f9c297528bd5ded9b760e7fdfc913d23babcbae) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/msmtp')
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.8.23.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.8.22.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.22.bb b/meta/recipes-extended/msmtp/msmtp_1.8.23.bb
index d56af7346b..5e68a7ea92 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.22.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.23.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
11UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" 11UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
12 12
13SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" 13SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
14SRC_URI[sha256sum] = "1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7" 14SRC_URI[sha256sum] = "cf04c16b099b3d414db4b5b93fc5ed9d46aad564c81a352aa107a33964c356b8"
15 15
16inherit gettext autotools update-alternatives pkgconfig 16inherit gettext autotools update-alternatives pkgconfig
17 17