ScoopInstaller_Main/bucket/scaleway-cli.json
2023-06-13 12:30:27 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.16.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.16.1/scaleway-cli_2.16.1_windows_amd64.exe#/scw.exe",
"hash": "cc3aefcb2f6624b8d62411abe60d09d892a1b4a9d5d5868ae5cc501136652e92"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.16.1/scaleway-cli_2.16.1_windows_386.exe#/scw.exe",
"hash": "00deaffe2b970587f790fd0f94ddf78e58b19c1138dd5d9022cce4d66119d57c"
}
},
"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"
}
}
}