mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
40 lines
901 B
JSON
40 lines
901 B
JSON
{
|
|
"homepage": "https://nmap.org",
|
|
"version": "7.70",
|
|
"license": "https://svn.nmap.org/nmap/COPYING",
|
|
"url": "https://nmap.org/dist/nmap-7.70-setup.exe",
|
|
"hash": "7828197e66f5f6efb0c89d21cdf3c34769da525437147eea72cf713a6d4e7a11",
|
|
"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"
|
|
}
|
|
}
|