X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnano;h=3bb7806aa47454ebf65552fcb932efb26badf371;hb=5996c2815798e7bb8c069caad40ffb084ecf1cf7;hp=3935a8b0985b0cd2f6b4d6a7d7117f4aabfc2d30;hpb=727ac931479d2c67f50692d5ac3807b1bf9d5dee;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/nano b/lfs/nano index 3935a8b098..3bb7806aa4 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-2021 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.9.1 +VER = 5.8 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 = 17 +PAK_VER = 38 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0e2c5d7ae5378fe42b7166e7fe268736 +$(DL_FILE)_MD5 = d2249e3dd108c830df00efd7c1b79d86 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 \