mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.38.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.38.2/hcloud-windows-amd64.zip",
|
|
"hash": "9c4e3e33ebbc58e6b425a92381be88bafec37dd68e686c46bc66aef130695638"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hetznercloud/cli/releases/download/v1.38.2/hcloud-windows-386.zip",
|
|
"hash": "2dbe36ba901ec49a312a65411be89f579179e1ce9e7bcec2d42f8676d32797fc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|