mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.0.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.0.0/vultr-cli_v3.0.0_windows_amd64.zip",
|
|
"hash": "2341fd587106642b5eda3da4abee78801fde4e1d362bdd2c2a4ad1dd369c902e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.0.0/vultr-cli_v3.0.0_windows_arm64.zip",
|
|
"hash": "727300de8fdb057d9eb6608881eba42903d608cc90e52ba99776d4b8ea7918b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|