2021-08-03 21:16:34 -07:00

32 lines
1.1 KiB
JSON

{
"version": "1.26.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.26.0/hcloud-windows-amd64.zip",
"hash": "343d73f0a9b719258e7f3ed279105454d466fa410727b719befaca230c212e64"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.26.0/hcloud-windows-386.zip",
"hash": "10d764b7b9106a05f46d515128b6658f0f85f5479171a0524c9325873d84eb36"
}
},
"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"
}
}
}