2023-12-13 16:27:12 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.41.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.41.0/hcloud-windows-amd64.zip",
"hash": "ae51dc8e344931986ec839e10cf5beb305e00fd6c8ffe48922401f4c28ead573"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.41.0/hcloud-windows-386.zip",
"hash": "e519c10c3432812ecf331e7eda02a738c0a804cc6fd3775ccd01c77560591238"
}
},
"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"
}
}
}