diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-17 16:22:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-27 11:26:57 +0000 |
commit | c00293e8b1e8525c7fd1fe6ea3c55cfd51ce0ac3 (patch) | |
tree | 49d3f83ea39ca95b424fcd270ebced386ee6e91a /meta/recipes-extended/msmtp | |
parent | 1bdaf210c2d4361948903a3af5cb98eda8860b85 (diff) | |
download | openembedded-core-c00293e8b1e8525c7fd1fe6ea3c55cfd51ce0ac3.tar.gz openembedded-core-c00293e8b1e8525c7fd1fe6ea3c55cfd51ce0ac3.tar.bz2 openembedded-core-c00293e8b1e8525c7fd1fe6ea3c55cfd51ce0ac3.zip |
msmtp: update to 1.6.3
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/msmtp')
-rw-r--r-- | meta/recipes-extended/msmtp/msmtp_1.6.3.bb (renamed from meta/recipes-extended/msmtp/msmtp_1.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.2.bb b/meta/recipes-extended/msmtp/msmtp_1.6.3.bb index f9bf5631b2..6dbd78f9f6 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.6.2.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.6.3.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] = "3baca93c7e5f1aa9d36a2e5b38739ab9" -SRC_URI[sha256sum] = "2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789" +SRC_URI[md5sum] = "6d9384c09405db9476beaa2237c56705" +SRC_URI[sha256sum] = "f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355" inherit gettext autotools update-alternatives pkgconfig |