From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 6.0 Date: Sun, 02 Jan 2022 17:29:27 +0000 Message-ID: <318b874c-75a5-5bf9-9f95-2796fae6062c@ipfire.org> In-Reply-To: <20220102163812.2034-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7964483234977569000==" List-Id: --===============7964483234977569000== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > For details see: > https://www.nano-editor.org/news.php > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/nano | 1 + > lfs/nano | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) > > 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 @@ > > include Config > > -VER = 5.9 > +VER = 6.0 > > THISAPP = nano-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = nano > -PAK_VER = 39 > +PAK_VER = 40 > > DEPS = "" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 24b67a7a2e731d3a5ec6d154b4521d08 > +$(DL_FILE)_MD5 = 5b6ff59f2490db80a3498c4cd3eda085 > > install : $(TARGET) > > --===============7964483234977569000==--