mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
hcloud: Add version 1.21.1 (#1895)
This commit is contained in:
parent
447cfcca52
commit
b07e9bf519
31
bucket/hcloud.json
Normal file
31
bucket/hcloud.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user