mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 04:44:43 +00:00
29 lines
1018 B
JSON
29 lines
1018 B
JSON
{
|
|
"version": "1.3.0",
|
|
"description": "Tool for interacting with VirusTotal",
|
|
"homepage": "https://github.com/VirusTotal/vt-cli",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/1.3.0/Windows64.zip",
|
|
"hash": "48dd7e662a2a3334ed602a29ad6e0c81acbd8d46ab04cc1d12908e71c5d62a9f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/1.3.0/Windows32.zip",
|
|
"hash": "c6767d20450aeaa84900bb2015b5477107eeac84191686c43147bf6fcef7d871"
|
|
}
|
|
},
|
|
"bin": "vt.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/$version/Windows32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|