mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1018 B
JSON
29 lines
1018 B
JSON
{
|
|
"version": "1.1.1",
|
|
"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.1.1/Windows64.zip",
|
|
"hash": "469b7e7f4d5ccfce12a0576a82822ecd431e852052517af28acf67d93609fd14"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/vt-cli/releases/download/1.1.1/Windows32.zip",
|
|
"hash": "5bcd4e85e9925f80bd1e02e7eaab50ed37c1999cfe59d144ab7c5b5a1a534b4e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|