mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.33.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.33.0/hcloud-windows-amd64.zip",
|
|
"hash": "8188fe6957a08e9783c8d309cffdbd3a2e360945dc7d46f4e6ccf202a3507771"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hetznercloud/cli/releases/download/v1.33.0/hcloud-windows-386.zip",
|
|
"hash": "66413bcde8a3b50d8ccdc5fbd93651d3efee9a66bba8c5b9e7c1d0085d8c8203"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|