hdparm: Update to 9.57
Slightly adjusted Makefile for consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6092f9aa55
commit
a3278a524b
1 changed files with 4 additions and 3 deletions
|
@ -8,13 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hdparm
|
PKG_NAME:=hdparm
|
||||||
PKG_VERSION:=9.56
|
PKG_VERSION:=9.57
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_HASH:=6ff9ed695f1017396eec4101f990f114b7b0e0a04c5aa6369c0394053d16e4da
|
PKG_HASH:=9d568db955a5428797f0b1677ef7cc8bab7756c6e7ff39f6c4a2b2c3640fe870
|
||||||
|
|
||||||
PKG_MAINTAINER:=Richard Kunze <richard.kunze@web.de>
|
PKG_MAINTAINER:=Richard Kunze <richard.kunze@web.de>
|
||||||
PKG_LICENSE:=BSD-Style Open Source License
|
PKG_LICENSE:=BSD-Style Open Source License
|
||||||
|
|
||||||
|
@ -27,7 +28,7 @@ define Package/hdparm
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Disc
|
SUBMENU:=Disc
|
||||||
TITLE:=Hard disk drive configuration utilitity
|
TITLE:=Hard disk drive configuration utilitity
|
||||||
URL:=http://sourceforge.net/projects/hdparm/
|
URL:=https://sourceforge.net/projects/hdparm/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hdparm/description
|
define Package/hdparm/description
|
||||||
|
|
Loading…
Reference in a new issue