mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1021 B
JSON
29 lines
1021 B
JSON
{
|
|
"version": "0.10.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.10.0/Windows64.zip",
|
|
"hash": "456fb8c0429a7337704623bfbfefe1bbae9a386b07edc19ac6044b5204b431ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/0.10.0/Windows32.zip",
|
|
"hash": "2b5fa67aede807060934e6e49993e0dc00c84d1f5aa835dc2f8ca3d352fa3979"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|