diff options
author | Viallard Anthony <viallard@syscom-instruments.com> | 2015-08-13 11:59:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-18 14:36:45 +0200 |
commit | 9c0da0d7dd73ef376b2173c77a74e6025f1004a1 (patch) | |
tree | b6f4ffdcb568ab182b9eb2f3668ed3d277bbff7a | |
parent | 0f2d8eae2e5fc0dade6c8b64c3fe4703fffe1b0c (diff) | |
download | buildroot-9c0da0d7dd73ef376b2173c77a74e6025f1004a1.tar.gz buildroot-9c0da0d7dd73ef376b2173c77a74e6025f1004a1.zip |
msmtp: bump to version 1.6.2
Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/msmtp/msmtp.hash | 6 | ||||
-rw-r--r-- | package/msmtp/msmtp.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/msmtp/msmtp.hash b/package/msmtp/msmtp.hash index a522f9dd80..fb03e05a0d 100644 --- a/package/msmtp/msmtp.hash +++ b/package/msmtp/msmtp.hash @@ -1,3 +1,3 @@ -# From http://sourceforge.net/projects/msmtp/files/msmtp/1.6.1/ -md5 6ebba4809bbc665b8a665a018d1a5ee1 msmtp-1.6.1.tar.xz -sha1 ac70151bcb53af5e192cbb147fd2b8139c637089 msmtp-1.6.1.tar.xz +# From http://sourceforge.net/projects/msmtp/files/msmtp/1.6.2/ +md5 3baca93c7e5f1aa9d36a2e5b38739ab9 msmtp-1.6.2.tar.xz +sha1 2d2272d04851b9bc806a77f47344e61840185329 msmtp-1.6.2.tar.xz diff --git a/package/msmtp/msmtp.mk b/package/msmtp/msmtp.mk index aa75dd4883..bff2620314 100644 --- a/package/msmtp/msmtp.mk +++ b/package/msmtp/msmtp.mk @@ -4,7 +4,7 @@ # ################################################################################ -MSMTP_VERSION = 1.6.1 +MSMTP_VERSION = 1.6.2 MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION) MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz MSMTP_DEPENDENCIES = host-pkgconf |