diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2017-07-01 13:46:32 +0200 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2017-07-01 13:46:32 +0200 |
commit | 9bd7c830fee05bf0a759280e9c59515653feccc1 (patch) | |
tree | 35e22de7ca13eef8b2606cb13559d342980f9fcb /net | |
parent | cdf1bb353888be4398c28951ac044d6f2d5defed (diff) |
nmap: bump version to 7.50
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 2bf941e90..cbf1c2a48 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -13,13 +13,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=7.40 +PKG_VERSION:=7.50 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:=9c5a28bfb46228bade82b238408c065e +PKG_MD5SUM:=435c7e095bdd4565e0f69c41743a45be PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |