From: Jo-Philipp Wich Date: Tue, 12 Apr 2011 20:12:29 +0000 (+0000) Subject: Version bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cc2ad010f756119f97aef704d9b975cf9c22b9b2 Version bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases. Signed-off-by: Ian Leonard SVN-Revision: 26618 --- diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile index 739e283dd4..fdf8caf7d2 100644 --- a/utils/hd-idle/Makefile +++ b/utils/hd-idle/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hd-idle -PKG_REV:=1.01 +PKG_REV:=1.03 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=bfb7db4d4372d3954b7cd96a11956741 +PKG_MD5SUM:=049d6e6fc703a7e0474bdd9c24e6de77 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk