hcloud: Add version 1.21.1 (#1895)

This commit is contained in:
Daniel Wagner 2021-03-19 13:48:55 +01:00 committed by GitHub
parent 447cfcca52
commit b07e9bf519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/hcloud.json Normal file
View File

@ -0,0 +1,31 @@
{
"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"
}
}
}