From fcfeafc2b45bc0f5381105d4a206149a4533b87d Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 21 Oct 2017 13:59:26 +0000 Subject: [PATCH] Update nmap to version 7.60 (#1778) --- nmap.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/nmap.json b/nmap.json index e7f5b80dc7..09e77190c2 100644 --- a/nmap.json +++ b/nmap.json @@ -1,9 +1,9 @@ { "homepage": "https://nmap.org", - "version": "7.31", + "version": "7.60", "license": "https://svn.nmap.org/nmap/COPYING", - "url": "https://nmap.org/dist/nmap-7.31-setup.exe", - "hash": "A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E", + "url": "https://nmap.org/dist/nmap-7.60-setup.exe", + "hash": "5dbe89981a8d567e5b9b935fbf8019885e7347f45c5af69cab21e8dcafee3393", "extract_dir": "nmap", "installer": { "args": "/S /D=$dir" @@ -25,5 +25,12 @@ "zenmap.exe", "Zenmap" ] - ] + ], + "checkver": { + "url": "https://nmap.org/download.html", + "re": "nmap-([\\d.]+)-setup.exe" + }, + "autoupdate": { + "url": "https://nmap.org/dist/nmap-$version-setup.exe" + } }