2021-07-01 22:15:04 -07:00

32 lines
1.1 KiB
JSON

{
"version": "1.25.1",
"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.25.1/hcloud-windows-amd64.zip",
"hash": "70b61008271056ccdef942b11501d1a7f39817ce4d3e5bd14b7baa996c2123c7"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.25.1/hcloud-windows-386.zip",
"hash": "fbccbb5bcff2d08b90cebbed57a3cd81b97a64ef6bab690947c87695ebefbce1"
}
},
"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"
}
}
}