]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nano: Update to 4.6
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 30 Nov 2019 15:57:46 +0000 (16:57 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 2 Dec 2019 17:09:55 +0000 (17:09 +0000)
For details see:
https://www.nano-editor.org/news.php

... and a long list of other changes in https://www.nano-editor.org/dist/latest/ChangeLog ...

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/nano

index 3a68bf9cbb8374615b0ec153d1f3c63e3e6411cf..198aeb5d0176ef8944d9e7ab76938bb31294be3e 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.5
+VER        = 4.6
 
 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    = 26
+PAK_VER    = 27
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 686a169b6e5e1f76fe79570f07934001
+$(DL_FILE)_MD5 = 9e87ae93cc7a5c7f5e64f97db089ae1b
 
 install : $(TARGET)