Browse Source

nmap: bump to 7.00

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Nuno Goncalves 9 years ago
parent
commit
35ab69b62f
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      net/nmap/Makefile

+ 4
- 4
net/nmap/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2014 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -13,13 +13,13 @@
13 13
 include $(TOPDIR)/rules.mk
14 14
 
15 15
 PKG_NAME:=nmap
16
-PKG_VERSION:=6.47
17
-PKG_RELEASE:=2
16
+PKG_VERSION:=7.00
17
+PKG_RELEASE:=1
18 18
 PKG_MAINTAINER=Nuno Goncalves <nunojpg@gmail.com>
19 19
 
20 20
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
21 21
 PKG_SOURCE_URL:=http://nmap.org/dist/
22
-PKG_MD5SUM:=edfe81f6763223c0a29bfa15a8526e2a
22
+PKG_MD5SUM:=6cdf5d03cc3294b99d69dfca83f2f2ee
23 23
 PKG_LICENSE:=GPL-2.0
24 24
 PKG_LICENSE_FILES:=COPYING
25 25