From 7e582975b2f093534df7f5ad146106c4ebdfd709 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sat, 28 May 2016 13:51:49 +0300 Subject: [PATCH] smartmontools: update to 6.5 Signed-off-by: Maxim Storchak --- utils/smartmontools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 3632fca9b1..88d6840204 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/uclibc++.mk PKG_NAME:=smartmontools -PKG_VERSION:=6.4 +PKG_VERSION:=6.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools -PKG_MD5SUM:=56812c8312fd123ed40ef65afde1049e +PKG_MD5SUM:=093aeec3f8f39fa9a37593c4012d3156 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING