2024-07-29 20:25:57 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.3.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.3.1/vultr-cli_v3.3.1_windows_amd64.zip",
"hash": "0c7def965183aa3571e1d4c9d903eedd5e31f116186387ea6eee550ee163c87c"
},
"arm64": {
"url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_windows_arm64.zip",
"hash": "958b0a5457bc98167879e834f8e0d70606878d87f7859b482fa283c44eb9bd4d"
}
},
"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"
}
}
}