2021-06-17 21:28:37 -07:00

32 lines
1.1 KiB
JSON

{
"version": "1.24.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.24.0/hcloud-windows-amd64.zip",
"hash": "08cf3c561abd40b9e820f91f1663840bc9e7e09b6891a0610b5d46ee975bee31"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.24.0/hcloud-windows-386.zip",
"hash": "c734be35b91517d82a012e99bbb17f732ff34a93a5ec5148bbc7fe2e9fed676d"
}
},
"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"
}
}
}