2025-06-18 00:41:12 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.5.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.5.0/vultr-cli_v3.5.0_windows_amd64.zip",
"hash": "240ed3baf27e674b469206ace74e69f21c0f44d3714d99df8c8656483180682b"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.5.0/vultr-cli_v3.5.0_windows_arm64.zip",
"hash": "0677471c2bb56b01bb8f1a0d049094e62520b75accf5e25fc47fbb110fa63099"
}
},
"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"
}
}
}