diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-05-18 16:28:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-19 08:15:45 +0100 |
commit | 0c65e61d029e2c2293b072ff950aa825394abb79 (patch) | |
tree | 0650164cd01f25f55d5ab72f20157da976cf1ee4 /meta/recipes-extended | |
parent | d6b83e43a5a5d711e2095b05dca61b64fde8f212 (diff) | |
download | openembedded-core-0c65e61d029e2c2293b072ff950aa825394abb79.tar.gz openembedded-core-0c65e61d029e2c2293b072ff950aa825394abb79.tar.bz2 openembedded-core-0c65e61d029e2c2293b072ff950aa825394abb79.zip |
msmtp: Upgrade to 1.6.2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.6.2.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.6.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.1.bb b/meta/recipes-extended/msmtp/msmtp_1.6.2.bb index d6f3a1516f..f9bf5631b2 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.6.1.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.6.2.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] = "6ebba4809bbc665b8a665a018d1a5ee1" -SRC_URI[sha256sum] = "c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3" +SRC_URI[md5sum] = "3baca93c7e5f1aa9d36a2e5b38739ab9" +SRC_URI[sha256sum] = "2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789" inherit gettext autotools update-alternatives pkgconfig |