diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-07 22:09:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-08 05:56:47 +0100 |
commit | b32868481743c0eda09f8ccfa4d62dc0364a0d56 (patch) | |
tree | 247321661ff27190a50efd25c6448feebe1553a1 /package | |
parent | b917dde49da5d144a2339f5ed8384ae5f0c0beaf (diff) |
nmap: update to latest stable version
Diffstat (limited to 'package')
-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 |