瀏覽代碼

nmap: bump to 7.12

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Nuno Goncalves 8 年之前
父節點
當前提交
2308199bb6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      net/nmap/Makefile

+ 3
- 3
net/nmap/Makefile 查看文件

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2015 OpenWrt.org
2
+# Copyright (C) 2006-2016 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:=7.01
16
+PKG_VERSION:=7.12
17 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:=7fa4edc592184c7addc14f5acb3fe6f7
22
+PKG_MD5SUM:=0764f4dabe7cccda3c49fc3990b62a8a
23 23
 PKG_LICENSE:=GPL-2.0
24 24
 PKG_LICENSE_FILES:=COPYING
25 25