Browse Source

nmap: bump to 7.12

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Nuno Goncalves 8 years ago
parent
commit
2308199bb6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      net/nmap/Makefile

+ 3
- 3
net/nmap/Makefile View File

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