diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-03 12:15:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 16:53:36 +0100 |
commit | c4f58052e13ebd9dd58ebe4a654ae725e10e85f8 (patch) | |
tree | deda00f1a272e5f4cf9158f18276ab13a463bf01 | |
parent | f83217590d3157c1db502ddb27b94fe1c704185b (diff) | |
download | openembedded-core-c4f58052e13ebd9dd58ebe4a654ae725e10e85f8.tar.gz openembedded-core-c4f58052e13ebd9dd58ebe4a654ae725e10e85f8.tar.bz2 openembedded-core-c4f58052e13ebd9dd58ebe4a654ae725e10e85f8.zip |
msmtp: update to 1.6.5
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.6.5.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.6.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.4.bb b/meta/recipes-extended/msmtp/msmtp_1.6.5.bb index fe64184bcb..d0c39eb4d6 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.6.4.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.6.5.bb @@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.tar.xz \ " -SRC_URI[md5sum] = "aa829b5e9faeca5139f7983e6637f0d6" -SRC_URI[sha256sum] = "9b49c022a5440d41b6782c97ef2977d0346c3dae05aa8836243a9953e982d1cd" +SRC_URI[md5sum] = "50a8c9bb72f8222779db6b4aae2965e0" +SRC_URI[sha256sum] = "76a0d60693c7e65d0c7a12f01d300882d280b1e1be0202f54730ae44d44a5006" inherit gettext autotools update-alternatives pkgconfig |