From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to 9.50 Date: Sun, 23 Oct 2016 16:09:19 +0200 Message-ID: <20161023140919.9874-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0099459367232490175==" List-Id: --===============0099459367232490175== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Matthias Fischer --- lfs/hdparm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hdparm b/lfs/hdparm index e4e9ac1..6c7dc4d 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -24,7 +24,7 @@ include Config -VER = 9.48 +VER = 9.50 THISAPP = hdparm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 213efdbe7471fad3408198918e164354 +$(DL_FILE)_MD5 = d380062ad6c4b40076736efbb640f1f5 install : $(TARGET) -- 2.10.1 --===============0099459367232490175==--