2022-06-28 12:33:10 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.30.0",
"description": "Command-line interface for Hetzner Cloud",
"homepage": "https://github.com/hetznercloud/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.30.0/hcloud-windows-amd64.zip",
"hash": "8378c69f499b9a8b2756758d0e33ac8d88d4f98d434697e7ac75f850a3367527"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.30.0/hcloud-windows-386.zip",
"hash": "60c2363a2bde0803e3f21c3d40b4d529a0adc870751a3221d08e3c2b621f82fa"
}
},
"bin": "hcloud.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}