From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] nano: Update to version 8.2 Date: Fri, 13 Sep 2024 18:25:18 +0200 Message-ID: <20240913162520.2352467-3-adolf.belka@ipfire.org> In-Reply-To: <20240913162520.2352467-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4888394896233639126==" List-Id: <development.lists.ipfire.org> --===============4888394896233639126== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 8.1 to 8.2 - Update of rootfile not required - Changelog 8.2 =E2=80=A2 At a Yes-No prompt, beside Y and the localized initial for "Yes", also ^Y is accepted. Similarly, ^N for "No", and ^A for "All". =E2=80=A2 A text-highlighting bug with Alt+Home/Alt+End is fixed. Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 557ccd6ce..d9a37b61e 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 8.1 +VER =3D 8.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 e454f6e5ef86afbab3b2cf6707954d8821bf47ebc89bdad8cc6c70= e2d4bb9fac27614069140f40140bca156b14605d286b0dca42469901c6559051089645cab8 +$(DL_FILE)_BLAKE2 =3D 08e078f8f5acc8d70ad50a0a402d06a12bcf836c8161f803e2b674= 375abaa16d663000f02cd1fa1e0b4aad2f127a85ee3b2f60d725a761ab375ae00c905408fd =20 install : $(TARGET) =20 --=20 2.46.0 --===============4888394896233639126==--