2024-02-27 20:24:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.0.1",
"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.1/vultr-cli_v3.0.1_windows_amd64.zip",
"hash": "b5f1e5f283ffb0a11a751d227f5e61e680797d45c78720a360f66ddd990e55b3"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.0.1/vultr-cli_v3.0.1_windows_arm64.zip",
"hash": "b7becf53fe0b1a597e3863a3703f128401f65705066ee68c22406caa3905c077"
}
},
"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"
}
}
}