2023-12-14 03:13:01 +08:00

32 lines
1.2 KiB
JSON

{
"version": "2.21.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/v2.21.0/vultr-cli_v2.21.0_windows_amd64.zip",
"hash": "550e829e97da3c74e1e76e46141d1db8c5ba61fdef1f548fc61d509aa64c196e"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v2.21.0/vultr-cli_v2.21.0_windows_arm64.zip",
"hash": "4b44ecd98aa12926a05d3085eeb1b245fe5718f6a7f665d7fa7eb1ac972f2349"
}
},
"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"
}
}
}