From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Murphy To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 5.9 Date: Sat, 09 Oct 2021 16:07:54 -0500 Message-ID: In-Reply-To: <5f354c03-9c8a-839c-2503-3266aa538d2d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0875073770457600351==" List-Id: --===============0875073770457600351== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable All, Is it possible to move `nano` from addon to core? It is SOOOOO much easier t= o use than vim. I understand it is an easy installed addon but it seems like it really belong= s in "core". Jon > On Oct 9, 2021, at 5:56 AM, Adolf Belka wrote: >=20 > Reviewed-by: Adolf Belka >=20 > On 08/10/2021 19:22, Matthias Fischer wrote: >> For details see: >> https://www.nano-editor.org/news.php >>=20 >> Signed-off-by: Matthias Fischer >> --- >> lfs/nano | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >>=20 >> diff --git a/lfs/nano b/lfs/nano >> index 3bb7806aa..237dfab20 100644 >> --- a/lfs/nano >> +++ b/lfs/nano >> @@ -24,7 +24,7 @@ >> include Config >> -VER =3D 5.8 >> +VER =3D 5.9 >> THISAPP =3D nano-$(VER) >> DL_FILE =3D $(THISAPP).tar.xz >> @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) >> DIR_APP =3D $(DIR_SRC)/$(THISAPP) >> TARGET =3D $(DIR_INFO)/$(THISAPP) >> PROG =3D nano >> -PAK_VER =3D 38 >> +PAK_VER =3D 39 >> DEPS =3D "" >> @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >> -$(DL_FILE)_MD5 =3D d2249e3dd108c830df00efd7c1b79d86 >> +$(DL_FILE)_MD5 =3D 24b67a7a2e731d3a5ec6d154b4521d08 >> install : $(TARGET) >> =20 --===============0875073770457600351==--