diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2015-11-22 19:19:58 +0000 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2015-11-22 19:21:32 +0000 |
commit | 35ab69b62fa0d618e7ff47a2f7df4e79f1e96c8c (patch) | |
tree | 8a08a2d5164df27d6f20e90da99b69d21f4d1b69 /net/nmap | |
parent | e9e5ffaed7a2e199e7c84b97417d31fd3e44e22d (diff) |
nmap: bump to 7.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 251b91e2d..797549b78 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,13 +13,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=6.47 -PKG_RELEASE:=2 +PKG_VERSION:=7.00 +PKG_RELEASE:=1 PKG_MAINTAINER=Nuno Goncalves <nunojpg@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nmap.org/dist/ -PKG_MD5SUM:=edfe81f6763223c0a29bfa15a8526e2a +PKG_MD5SUM:=6cdf5d03cc3294b99d69dfca83f2f2ee PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |