From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 4.6 Date: Sun, 01 Dec 2019 20:49:15 +0000 Message-ID: <8A592C89-3D31-4C48-9AD2-6A50EA80C51F@ipfire.org> In-Reply-To: <20191130155746.1725-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6701354552788421541==" List-Id: --===============6701354552788421541== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 30 Nov 2019, at 15:57, Matthias Fischer = wrote: >=20 > For details see: > https://www.nano-editor.org/news.php >=20 > ... and a long list of other changes in https://www.nano-editor.org/dist/la= test/ChangeLog ... >=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 3a68bf9cb..198aeb5d0 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 4.5 > +VER =3D 4.6 >=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 26 > +PAK_VER =3D 27 >=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 686a169b6e5e1f76fe79570f07934001 > +$(DL_FILE)_MD5 =3D 9e87ae93cc7a5c7f5e64f97db089ae1b >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============6701354552788421541==--