diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-02 14:27:59 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-02 21:52:29 +0200 |
commit | 515a6c0fbd13d9ded910e1310a8594a0be313671 (patch) | |
tree | 1d92de18a7276f3ee9d1b866736d4d48f8b65602 | |
parent | f4391b8dba4a8c1039a0bfe910e85d190956440f (diff) | |
download | buildroot-515a6c0fbd13d9ded910e1310a8594a0be313671.tar.gz buildroot-515a6c0fbd13d9ded910e1310a8594a0be313671.zip |
smartmontools: bump to version 6.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/smartmontools/smartmontools.hash | 5 | ||||
-rw-r--r-- | package/smartmontools/smartmontools.mk | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/package/smartmontools/smartmontools.hash b/package/smartmontools/smartmontools.hash index 5a80691731..bbaa6dd538 100644 --- a/package/smartmontools/smartmontools.hash +++ b/package/smartmontools/smartmontools.hash @@ -1,2 +1,3 @@ -# Locally computed: -sha256 a777065d1a5965d71b3672e054b09b7696200ec73aaf45ab636f34016538fe19 smartmontools-6.3.tar.gz +# From http://sourceforge.net/projects/smartmontools/files/smartmontools/6.4/ +md5 56812c8312fd123ed40ef65afde1049e smartmontools-6.4.tar.gz +sha1 855c7d555dd405e5b392b1631dc36dd9632db8b8 smartmontools-6.4.tar.gz diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 7c97a21836..6d0a82b4cd 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,7 @@ # ################################################################################ -SMARTMONTOOLS_VERSION = 6.3 +SMARTMONTOOLS_VERSION = 6.4 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_LICENSE = GPLv2+ SMARTMONTOOLS_LICENSE_FILES = COPYING |