diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-01 19:39:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-01 19:49:48 +0200 |
commit | 5ccf6e664cd846b62fc271f9218694c3025cc86e (patch) | |
tree | 4ba2dae9d00867d47a55b3e98804d738d3ac52f6 /package | |
parent | 8536da1a724aa7ad010f4338c183020807320a95 (diff) |
nmap: update to 7.12
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 3d9573ba9..932d4cda9 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= nmap -PKG_VERSION:= 7.11 +PKG_VERSION:= 7.12 PKG_RELEASE:= 1 -PKG_HASH:= 13fa971555dec00e495a5b72c1f9efa1363b8e6c7388a2f05117cb0778c0954a +PKG_HASH:= 63df082a87c95a189865d37304357405160fc6333addcf5b84204c95e0539b04 PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net/security PKG_DEPENDS:= libdnet libpcap libpcre |