From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nano: Update to version 7.1 Date: Sat, 17 Dec 2022 13:14:24 +0100 Message-ID: <20221217121427.3532488-5-adolf.belka@ipfire.org> In-Reply-To: <20221217121427.3532488-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5161148064673167402==" List-Id: --===============5161148064673167402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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. Signed-off-by: Adolf Belka --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd= 193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409 +$(DL_FILE)_BLAKE2 =3D cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410fa= 7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e =20 install : $(TARGET) =20 --=20 2.39.0 --===============5161148064673167402==--