diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2016-09-30 18:11:49 +0200 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2016-09-30 18:11:49 +0200 |
commit | cafb97090d9489069bec914c8a32970013ed676a (patch) | |
tree | d7ea36ec3481b87d3769d87c94bbc64e83f5bdf2 /net/nmap | |
parent | 828a90ce26941a5b52ba0ec3548a6835c4e1722f (diff) |
nmap: bump version to 7.30
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'net/nmap')
-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 c46133879..aad8ebdb0 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -13,13 +13,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=7.12 +PKG_VERSION:=7.30 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:=0764f4dabe7cccda3c49fc3990b62a8a +PKG_MD5SUM:=8d86797d5c9e56de571f9630c0e6b5f8 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |