From: Rosen Penev Date: Tue, 23 Oct 2018 00:37:38 +0000 (-0700) Subject: hdparm: Update to 9.57 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F7241%2Fhead;p=feed%2Fpackages.git hdparm: Update to 9.57 Slightly adjusted Makefile for consistency between projects. Signed-off-by: Rosen Penev --- diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile index ed9d8735ea..22d42b5cc0 100644 --- a/utils/hdparm/Makefile +++ b/utils/hdparm/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hdparm -PKG_VERSION:=9.56 +PKG_VERSION:=9.57 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_HASH:=6ff9ed695f1017396eec4101f990f114b7b0e0a04c5aa6369c0394053d16e4da +PKG_HASH:=9d568db955a5428797f0b1677ef7cc8bab7756c6e7ff39f6c4a2b2c3640fe870 + PKG_MAINTAINER:=Richard Kunze PKG_LICENSE:=BSD-Style Open Source License @@ -27,7 +28,7 @@ define Package/hdparm CATEGORY:=Utilities SUBMENU:=Disc TITLE:=Hard disk drive configuration utilitity - URL:=http://sourceforge.net/projects/hdparm/ + URL:=https://sourceforge.net/projects/hdparm/ endef define Package/hdparm/description