From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 6.0 Date: Mon, 03 Jan 2022 10:44:26 +0000 Message-ID: <692FDC96-49D2-4637-8289-33735A70D2E3@ipfire.org> In-Reply-To: <20220102163812.2034-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0395637795947124563==" List-Id: --===============0395637795947124563== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 2 Jan 2022, at 16:38, Matthias Fischer w= rote: >=20 > For details see: > https://www.nano-editor.org/news.php >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/nano | 1 + > lfs/nano | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/packages/nano b/config/rootfiles/packages/nano > index 2c63c44a3..90ff58bfd 100644 > --- a/config/rootfiles/packages/nano > +++ b/config/rootfiles/packages/nano > @@ -53,6 +53,7 @@ usr/share/nano/tcl.nanorc > usr/share/nano/tex.nanorc > usr/share/nano/texinfo.nanorc > usr/share/nano/xml.nanorc > +usr/share/nano/yaml.nanorc > #usr/share/nano/extra > #usr/share/nano/extra/ada.nanorc > #usr/share/nano/extra/debian.nanorc > diff --git a/lfs/nano b/lfs/nano > index 237dfab20..d9a0dbfd6 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.9 > +VER =3D 6.0 >=20 > 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 39 > +PAK_VER =3D 40 >=20 > DEPS =3D "" >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 24b67a7a2e731d3a5ec6d154b4521d08 > +$(DL_FILE)_MD5 =3D 5b6ff59f2490db80a3498c4cd3eda085 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============0395637795947124563==--