mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
nano: Update to 6.0
For details see: https://www.nano-editor.org/news.php Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
9cc4d24a53
commit
5a3cafb225
@@ -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
|
||||
|
||||
6
lfs/nano
6
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user