Updated nano to 2.2.9

This commit is contained in:
Jan Paul Tuecking
2011-03-20 20:38:35 +01:00
parent 95d5f3df86
commit 56e3ad68ec

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.0.9
VER = 2.2.6
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nano
PAK_VER = 2
PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 2be94dc43fb60fff4626a2401a977220
$(DL_FILE)_MD5 = 03233ae480689a008eb98feb1b599807
install : $(TARGET)