2023-10-25 08:27:31 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.39.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.39.0/hcloud-windows-amd64.zip",
"hash": "921ddc8a683be319b762835b0cb69ee1557fb598fcdba92aefd98918ebe65892"
},
"32bit": {
"url": "https://github.com/hetznercloud/cli/releases/download/v1.39.0/hcloud-windows-386.zip",
"hash": "1f0803ef0679d113561e0877b3599be75ea074e2b312a9030439775f06bc71b1"
}
},
"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"
}
}
}