]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nano
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / nano
index 70d6056018c68922d4f6edc3062a4a6353f6d494..e13696debb7693eb56beef09397ebcdedfeaa9af 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 5.7
+SUMMARY    = Pico editor clone with enhancements
+
+VER        = 6.0
 
 THISAPP    = nano-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,10 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nano
-PAK_VER    = 37
+PAK_VER    = 40
 
 DEPS       = ""
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c2d6540a33248edc31a5830861b4b4ea
+$(DL_FILE)_MD5 = 5b6ff59f2490db80a3498c4cd3eda085
 
 install : $(TARGET)