mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.3.0",
|
|
"description": "The official Vultr CLI tool.",
|
|
"homepage": "https://github.com/vultr/vultr-cli/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.0/vultr-cli_v3.3.0_windows_amd64.zip",
|
|
"hash": "843e4de42f2631fa42948e6367ad24857bb7f1d4f44e1bbf57b2b1c5c3dd7650"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.0/vultr-cli_v3.3.0_windows_arm64.zip",
|
|
"hash": "a79d2efc243e4d4ecb61be9a23ed1f195ca11bdb117550ff9f1fa1b53e0f98ef"
|
|
}
|
|
},
|
|
"bin": "vultr-cli.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_v$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v$version/vultr-cli_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/vultr-cli_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|