[oe-commits] [openembedded-core] 03/14: msmtp: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Thu Apr 25 11:15:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d2e59735c11ae2dc2bc952414106d9395cc4a65c
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Tue Apr 23 18:19:08 2019 +0200

    msmtp: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/msmtp/msmtp_1.8.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.3.bb b/meta/recipes-extended/msmtp/msmtp_1.8.3.bb
index d2b75ae..9f28d6a 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"
 
 SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
 
+UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
+
 SRC_URI[md5sum] = "0c0be51e6872e818f78bd6924636327b"
 SRC_URI[sha256sum] = "3cb2eefd33d048f0f82de100ef39a494e44fd1485e376ead31f733d2f36b92b4"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list