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] wget: Update to 1.21.1 Date: Wed, 03 Mar 2021 19:03:39 +0100 Message-ID: In-Reply-To: <20210303135035.3928-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2297759481844568564==" List-Id: --===============2297759481844568564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Sorry, no changelog found, only: > https://fossies.org/linux/wget/ChangeLog >=20 > Signed-off-by: Matthias Fischer > --- > lfs/wget | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/wget b/lfs/wget > index 903f266cb..025b392c4 100644 > --- a/lfs/wget > +++ b/lfs/wget > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2021 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 1.21 > +VER =3D 1.21.1 > =20 > THISAPP =3D wget-$(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 3852118b7a771a7c9c0388883c8f5dbf > +$(DL_FILE)_MD5 =3D b939ee54eabc6b9b0a8d5c03ace879c9 > =20 > install : $(TARGET) > =20 >=20 --===============2297759481844568564==--