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] nano: Update to 6.2 Date: Mon, 04 Apr 2022 05:28:30 +0000 Message-ID: In-Reply-To: <20220403161047.6002-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6272413974889668228==" List-Id: --===============6272413974889668228== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://www.nano-editor.org/news.php >=20 > "The file browser clears the prompt bar also when using --minibar. > Linting now works also with a newer 'pyflakes'." >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index 25f62f5da..1d684d0b1 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.1 > +VER =3D 6.2 > =20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D ac52da22f70ebcc7f40f2c694ae10f4cdd802ca40afb0692951c= 53ca4a2d30d7ef86684bf63d6208e9872fa17a30a0cf80fff1d35c744adb6c24f16d6c4a7f3f > +$(DL_FILE)_BLAKE2 =3D 89e75fdd222a4d5e5eceb164a3b4eaf8ad24622fae95dd142556= e110a63ad1202d489b7881fc063ecc716d9a409021cd7184c70116f68aa7e188012c2510ecde > =20 > install : $(TARGET) > =20 --===============6272413974889668228==--