X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnano;h=a3ccff5a99e3ee3651665fa3a89507f9fb37768c;hb=ee3b6ba0c7d3cc88667922f96db2ac0bd5630625;hp=34e8444f95019c0d717c7cf586cf31a23f0f43a7;hpb=31313db780f894cdadd74dc4973e0fd6a22a4659;p=ipfire-2.x.git diff --git a/lfs/nano b/lfs/nano index 34e8444f95..a3ccff5a99 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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,15 +24,15 @@ include Config -VER = 2.8.1 +VER = 5.6 THISAPP = nano-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 15 +PAK_VER = 36 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0dec96d839657e7f1a8396d7dbb19c07 +$(DL_FILE)_MD5 = 65ca32d7485ae8339ef2ccbf18c789f6 install : $(TARGET) @@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc/nano \