From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Lin Date: Mon, 07 Oct 2013 13:35:18 +0800 Subject: [Buildroot] [PATCH] smartmontools: bump to version 6.2 Message-ID: <1381124118.28461.3.camel@phoenix> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Axel Lin --- package/smartmontools/smartmontools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index fb9fb3c..903ed47 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,7 @@ # ################################################################################ -SMARTMONTOOLS_VERSION = 6.1 +SMARTMONTOOLS_VERSION = 6.2 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION) SMARTMONTOOLS_LICENSE = GPLv2+ SMARTMONTOOLS_LICENSE_FILES = COPYING -- 1.8.1.2