mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.33.2",
|
|
"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.33.2/hcloud-windows-amd64.zip",
|
|
"hash": "26abcbc7fb1f7343b11d33c07cfdddbbe2fb801a10ad0b961cb83959bba9c324"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hetznercloud/cli/releases/download/v1.33.2/hcloud-windows-386.zip",
|
|
"hash": "6b16f5ffe18a2c6ca5ddb58731baa2e0ceeb7270153a7294a1264dac0480b517"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|