diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-19 11:52:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-19 13:56:48 +0100 |
commit | 5cf63f954b4bc30be24a1bba8a56c156d94ca29c (patch) | |
tree | 5c4d09d46318cfd1d872fa3d0ca0b1ae1c3fe10f | |
parent | d4ad42fa6578f1859077e1e0db62e393111e0a99 (diff) |
nmap: update to version 7.10
-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 39080d8ec..8e4c2ef30 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= nmap -PKG_VERSION:= 7.01 +PKG_VERSION:= 7.10 PKG_RELEASE:= 1 -PKG_HASH:= cf1fcd2643ba2ef52f47acb3c18e52fa12a4ae4b722804da0e54560704627705 +PKG_HASH:= 58cf8896d09057d1c3533f430c06b22791d0227ebbb93dede2ccb73693ed4b4b PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net/security PKG_DEPENDS:= libdnet libpcap libpcre |