mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.0.2",
|
|
"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.2/vultr-cli_v3.0.2_windows_amd64.zip",
|
|
"hash": "46b3ea26a0a0ede814bce17ef3dfd8b27a7a8aa86368a1fc4fd4530c7576cc96"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.0.2/vultr-cli_v3.0.2_windows_arm64.zip",
|
|
"hash": "18a59719ef7a42017f1b8245f122569d5d3319dd4a7254e83ff1f3edbbffde70"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|