Update nmap to version 7.60 (#1778)

This commit is contained in:
Brandon Smith 2017-10-21 13:59:26 +00:00 committed by Richard Kuhnt
parent b4c355478d
commit fcfeafc2b4

View File

@ -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"
}
}