2024-07-25 12:31:19 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.46.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.46.0/hcloud-windows-amd64.zip",
"hash": "0345cb0ed2ff69b9ed337d6e54a36cd157fc3699b383c34d2d19add1359cedc6"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.46.0/hcloud-windows-386.zip",
"hash": "37b8a8f8173106797beb34f639f9f008cac4ef6afea144febc744a130da47f6a"
}
},
"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"
}
}
}