2021-03-31 06:01:47 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.22.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.22.0/hcloud-windows-amd64.zip",
"hash": "6af17e83df523dd0e7b0890a06119d0c76e8d9cb6ab0decd1fb4778a6ca2794f"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.22.0/hcloud-windows-386.zip",
"hash": "f7063bdb42728cfe9f73903c6adee81bcb4de73062289fd166fbd51476d39e4d"
}
},
"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"
}
}
}