Reviewed-by: Peter Müller > For details since v9.55, see: > https://sourceforge.net/p/hdparm/news/ > > Signed-off-by: Matthias Fischer > --- > lfs/hdparm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/hdparm b/lfs/hdparm > index 87d961d15..ecb8fc96f 100644 > --- a/lfs/hdparm > +++ b/lfs/hdparm > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2018 IPFire Team # > +# Copyright (C) 2007-2022 IPFire Team # > # # > # This program is free software: you can redistribute it and/or modify # > # it under the terms of the GNU General Public License as published by # > @@ -24,7 +24,7 @@ > > include Config > > -VER = 9.55 > +VER = 9.63 > > THISAPP = hdparm-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = adae46e9564075ae288af8082d5ad9fd > +$(DL_FILE)_MD5 = cea97ea2aa164f66817adc98c6814280 > > install : $(TARGET) >