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] perl-libwww: Update to 6.62 Date: Sat, 09 Apr 2022 08:14:11 +0000 Message-ID: In-Reply-To: <20220408184941.2830460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3343220594614160932==" List-Id: --===============3343220594614160932== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 6.61 to 6.62 > - Update of rootfile not required > - Changelog > 6.62 2022-04-05 01:04:17Z > - Allow downloading to a filehandle (GH#400) (Andrew Fresh) >=20 > Signed-off-by: Adolf Belka > --- > lfs/perl-libwww | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/perl-libwww b/lfs/perl-libwww > index b10df97ed..cec71ffca 100644 > --- a/lfs/perl-libwww > +++ b/lfs/perl-libwww > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.61 > +VER =3D 6.62 > =20 > THISAPP =3D libwww-perl-$(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)_BLAKE2 =3D 962e81682cad3c12d24d150db4559a133047379aea7f4835d100= 41591d95cfde2090f5f3fe22750d971524dbae8aaa3c185a5f37f75ad1ce66ba58038164b09c > +$(DL_FILE)_BLAKE2 =3D 8ffdb0572b161d0f8215978749ef620e83b1f54d404bbb9667e8= 5d51cd81a73fc0904fe9af247602587681e8a9e6faca2cd8b868ea8a3376d2e82ae41b9a27ec > =20 > install : $(TARGET) > =20 --===============3343220594614160932==--