2021-08-17 06:53:10 -07:00

32 lines
1.1 KiB
JSON

{
"version": "1.28.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.28.0/hcloud-windows-amd64.zip",
"hash": "2704123adfd98ae992ec89319f1fbda38011b32843e8f34d22cb29f3db396be1"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.28.0/hcloud-windows-386.zip",
"hash": "2f15b01f8224c288a3a49082a748c287eb40da498bc5752a14c145a52f3d90cc"
}
},
"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"
}
}
}