mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
29 lines
1018 B
JSON
29 lines
1018 B
JSON
{
|
|
"version": "0.9.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/0.9.0/Windows64.zip",
|
|
"hash": "8339b1dc9992b68d729705b8c1b098ea3fdf54e4a3da70d5069d143a53db68ef"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.9.0/Windows32.zip",
|
|
"hash": "6c68dc29c9691243558dcf2644ee728827412d7c3058cead1c74be3af6c7dc7b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|