diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-23 18:19:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-25 00:05:20 +0100 |
commit | 79b373eec4a9478bd8deddcb72b367d15e742da9 (patch) | |
tree | a85c4e832baa9b8fb2d9a7a71680f0028d7a9ff3 /meta/recipes-extended/msmtp | |
parent | 1b9f574dbf92da09fab0394d55f554f62d71aadc (diff) | |
download | poky-79b373eec4a9478bd8deddcb72b367d15e742da9.tar.gz |
msmtp: fix upstream version check
(From OE-Core rev: d2e59735c11ae2dc2bc952414106d9395cc4a65c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.3.bb b/meta/recipes-extended/msmtp/msmtp_1.8.3.bb index d2b75ae5dc..9f28d6ac25 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.3.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.3.bb | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
11 | 11 | ||
12 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" | 12 | SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/" | ||
15 | |||
14 | SRC_URI[md5sum] = "0c0be51e6872e818f78bd6924636327b" | 16 | SRC_URI[md5sum] = "0c0be51e6872e818f78bd6924636327b" |
15 | SRC_URI[sha256sum] = "3cb2eefd33d048f0f82de100ef39a494e44fd1485e376ead31f733d2f36b92b4" | 17 | SRC_URI[sha256sum] = "3cb2eefd33d048f0f82de100ef39a494e44fd1485e376ead31f733d2f36b92b4" |
16 | 18 | ||