mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Update nmap to version 7.60 (#1778)
This commit is contained in:
parent
b4c355478d
commit
fcfeafc2b4
15
nmap.json
15
nmap.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://nmap.org",
|
"homepage": "https://nmap.org",
|
||||||
"version": "7.31",
|
"version": "7.60",
|
||||||
"license": "https://svn.nmap.org/nmap/COPYING",
|
"license": "https://svn.nmap.org/nmap/COPYING",
|
||||||
"url": "https://nmap.org/dist/nmap-7.31-setup.exe",
|
"url": "https://nmap.org/dist/nmap-7.60-setup.exe",
|
||||||
"hash": "A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E",
|
"hash": "5dbe89981a8d567e5b9b935fbf8019885e7347f45c5af69cab21e8dcafee3393",
|
||||||
"extract_dir": "nmap",
|
"extract_dir": "nmap",
|
||||||
"installer": {
|
"installer": {
|
||||||
"args": "/S /D=$dir"
|
"args": "/S /D=$dir"
|
||||||
@ -25,5 +25,12 @@
|
|||||||
"zenmap.exe",
|
"zenmap.exe",
|
||||||
"Zenmap"
|
"Zenmap"
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://nmap.org/download.html",
|
||||||
|
"re": "nmap-([\\d.]+)-setup.exe"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://nmap.org/dist/nmap-$version-setup.exe"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user