2024-03-15 16:27:36 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.0.3",
"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.3/vultr-cli_v3.0.3_windows_amd64.zip",
"hash": "17836c567323082c8568db6095b6409a19aa614603abbf478aa35821e37eb69d"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.0.3/vultr-cli_v3.0.3_windows_arm64.zip",
"hash": "81145a10e3c10fa3a7f204dc9f3801e9c00e7016eb68c97a9e5ef1ca79974441"
}
},
"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"
}
}
}