Ross Smith II 822c4bee45 Add quotes around $dir/$persist_dir vars where needed (#1948)
* Add quotes around $dir var where needed

* Add quotes around $dir vars where needed
2018-01-26 17:43:48 +01:00

40 lines
905 B
JSON

{
"homepage": "https://nmap.org",
"version": "7.60",
"license": "https://svn.nmap.org/nmap/COPYING",
"url": "https://nmap.org/dist/nmap-7.60-setup.exe",
"hash": "5dbe89981a8d567e5b9b935fbf8019885e7347f45c5af69cab21e8dcafee3393",
"extract_dir": "nmap",
"installer": {
"args": [
"/S",
"/D=\"$dir\""
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"env_add_path": "bin",
"bin": [
"nmap.exe",
"ncat.exe",
"ndiff.exe",
"zenmap.exe",
"nping.exe"
],
"shortcuts": [
[
"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"
}
}