mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.44.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.44.2/hcloud-windows-amd64.zip",
|
|
"hash": "3f9af58da26d056e54d33b7b2034bc81683e8834d78bef341f2fadce7615d957"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hetznercloud/cli/releases/download/v1.44.2/hcloud-windows-386.zip",
|
|
"hash": "032ecde80428c52dd332cb20f6d0a9d3960932f04844f5a577d37c0e1849fa3c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|