[package] update hdparm to 9.27 (#5965)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17988 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-08 08:06:28 +00:00
parent cd4e00aebf
commit 8185a31dac

View File

@ -8,18 +8,19 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hdparm
PKG_VERSION:=9.15
PKG_VERSION:=9.27
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=0524dd10ad986285ff4eeb3507f7471c
PKG_MD5SUM:=e652dabb6c9233fb8a23ef60a17a1829
include $(INCLUDE_DIR)/package.mk
define Package/hdparm
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=disc
TITLE:=Hard disk drive configuration utilitity
URL:=http://sourceforge.net/projects/hdparm/
endef