mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.22.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.22.1/hcloud-windows-amd64.zip",
|
|
"hash": "fdf15a1a706577f344c05b7c06268f414ed828e20c8f14b636efcb8d12c96d65"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hetznercloud/cli/releases/download/v1.22.1/hcloud-windows-386.zip",
|
|
"hash": "db369c0af659998bc8b8a7765cd8ea62a8941f02365d28afbc1691d88727b8c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|