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 version 7.1 Date: Tue, 27 Dec 2022 16:35:32 +0000 Message-ID: In-Reply-To: <20221217121427.3532488-5-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8697098868629237170==" List-Id: --===============8697098868629237170== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 7.0 to 7.1 > - Update of rootfile not required > - Changelog > 2022.12.14 - GNU nano 7.1 "And the devices shall be made of wood" > =E2=80=A2 When --autoindent and --breaklonglines are combined, pressing > at a specific position no longer eats characters. >=20 > Signed-off-by: Adolf Belka > --- > lfs/nano | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index 89167b2af..7ec2eca48 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 7.0 > +VER =3D 7.1 > =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 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397= bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409 > +$(DL_FILE)_BLAKE2 =3D cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410= fa7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e > =20 > install : $(TARGET) > =20 --===============8697098868629237170==--