2021-03-19 13:48:55 +01:00

32 lines
1.1 KiB
JSON

{
"version": "1.21.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.21.1/hcloud-windows-amd64.zip",
"hash": "282df3e85e16d8f8afd4d413dc4673576754bfd5e65a58413699f1da4b5045b4"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.21.1/hcloud-windows-386.zip",
"hash": "d45bf1155948eb9709c796454fd4fc98eeba44673df24186b0e0ce4c45f31b0b"
}
},
"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"
}
}
}