Updated nmap to 5.51

This commit is contained in:
Jan Paul Tuecking
2011-03-20 20:39:16 +01:00
parent 56e3ad68ec
commit 7fb4ff755e

View File

@@ -24,7 +24,7 @@
include Config
VER = 5.50
VER = 5.51
THISAPP = nmap-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nmap
PAK_VER = 4
PAK_VER = 5
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a4df96e52cb52a1bbe76caace5f21388
$(DL_FILE)_MD5 = 0b80d2cb92ace5ebba8095a4c2850275
install : $(TARGET)