2025-09-03 20:28:16 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.7.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.7.0/vultr-cli_v3.7.0_windows_amd64.zip",
"hash": "7a77918911c4e4fb02b6d43f3ebfbaea70984c8d3f1dbb61f47bf6fc6467f651"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.7.0/vultr-cli_v3.7.0_windows_arm64.zip",
"hash": "d5fa1e964e9bbf09419f16ce121abadbdd2078873a35d885f2de56cbb29efdf1"
}
},
"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"
}
}
}