Ross Smith II 71701e4712 Remove errant quotes around $dir var (#2003)
* Remove errant quotes around $dir var

* node*: Change multi-line post_install to array
2018-02-03 22:47:12 +01:00

40 lines
901 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"
}
}