From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] hdparm: Update to 9.63 Date: Fri, 14 Jan 2022 19:06:35 +0000 Message-ID: <0185db7e-c24f-a2b6-b9f3-f4cb96251158@ipfire.org> In-Reply-To: <20220114181630.4015-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8603978341433299628==" List-Id: --===============8603978341433299628== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details since v9.55, see: > https://sourceforge.net/p/hdparm/news/ >=20 > Signed-off-by: Matthias Fischer > --- > lfs/hdparm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 @@ > =20 > include Config > =20 > -VER =3D 9.55 > +VER =3D 9.63 > =20 > THISAPP =3D hdparm-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D adae46e9564075ae288af8082d5ad9fd > +$(DL_FILE)_MD5 =3D cea97ea2aa164f66817adc98c6814280 > =20 > install : $(TARGET) > =20 --===============8603978341433299628==--