ScoopInstaller_Main/bucket/scaleway-cli.json
2024-06-28 12:31:19 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.32.1",
"description": "Manage BareMetal Servers from Command Line (as easily as with Docker).",
"homepage": "https://github.com/scaleway/scaleway-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.32.1/scaleway-cli_2.32.1_windows_amd64.exe#/scw.exe",
"hash": "7271f228bf51faf6a7c0ec2dcde9ed9501298bdf311fd78e29e56e9f3c993ee8"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.32.1/scaleway-cli_2.32.1_windows_386.exe#/scw.exe",
"hash": "98dbbc818a8d86df0b5ed0d945fe5e08c910bd1aaa961a1a79d967dd1f00bfe0"
}
},
"bin": "scw.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_amd64.exe#/scw.exe"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scaleway-cli_$version_windows_386.exe#/scw.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}