diff options
-rw-r--r-- | package/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index a2f64c697..39080d8ec 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= nmap -PKG_VERSION:= 6.46 +PKG_VERSION:= 7.01 PKG_RELEASE:= 1 -PKG_HASH:= 3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137 +PKG_HASH:= cf1fcd2643ba2ef52f47acb3c18e52fa12a4ae4b722804da0e54560704627705 PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net/security PKG_DEPENDS:= libdnet libpcap libpcre |