public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] nano: Update to 5.2
@ 2020-08-27 15:50 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2020-08-27 15:50 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2316 bytes --]

For details see:
https://www.nano-editor.org/news.php

I wasn't sure about the 'extras' - if we need more, feel free to adjust the rootfile.

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/packages/nano | 11 +++++++++++
 lfs/nano                       |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/packages/nano b/config/rootfiles/packages/nano
index 809f957c7..17ff80d02 100644
--- a/config/rootfiles/packages/nano
+++ b/config/rootfiles/packages/nano
@@ -24,6 +24,7 @@ usr/share/nano/css.nanorc
 usr/share/nano/debian.nanorc
 usr/share/nano/default.nanorc
 usr/share/nano/elisp.nanorc
+#usr/share/nano/email.nanorc
 usr/share/nano/fortran.nanorc
 usr/share/nano/gentoo.nanorc
 #usr/share/nano/go.nanorc
@@ -36,6 +37,7 @@ usr/share/nano/java.nanorc
 #usr/share/nano/lua.nanorc
 usr/share/nano/makefile.nanorc
 usr/share/nano/man.nanorc
+#usr/share/nano/markdown.nanorc
 usr/share/nano/mgp.nanorc
 usr/share/nano/mutt.nanorc
 usr/share/nano/nanohelp.nanorc
@@ -54,7 +56,16 @@ usr/share/nano/ruby.nanorc
 usr/share/nano/rust.nanorc
 usr/share/nano/sh.nanorc
 usr/share/nano/spec.nanorc
+#usr/share/nano/sql.nanorc
 usr/share/nano/tcl.nanorc
 usr/share/nano/tex.nanorc
 usr/share/nano/texinfo.nanorc
 usr/share/nano/xml.nanorc
+#usr/share/nano/extra
+#usr/share/nano/extra/ada.nanorc
+#usr/share/nano/extra/debian.nanorc
+#usr/share/nano/extra/fortran.nanorc
+#usr/share/nano/extra/gentoo.nanorc
+#usr/share/nano/extra/haskell.nanorc
+#usr/share/nano/extra/povray.nanorc
+#usr/share/nano/extra/spec.nanorc
diff --git a/lfs/nano b/lfs/nano
index c169282c0..c65a4e408 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.9.3
+VER        = 5.2
 
 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    = 31
+PAK_VER    = 32
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 52137a960ae8b3ca6d7dab6767fe6e5f
+$(DL_FILE)_MD5 = 7bde1cb929be2a7596ff207afc68d218
 
 install : $(TARGET)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-27 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 15:50 [PATCH] nano: Update to 5.2 Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox