ScoopInstaller_Main/bucket/scaleway-cli.json
2023-06-09 16:29:09 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.16.0",
"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.0/scaleway-cli_2.16.0_windows_amd64.exe#/scw.exe",
"hash": "4a09c3dae9ecc3641d09efa70d966b9fded01787f9d72c8085d79e8b3dbd6e90"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.16.0/scaleway-cli_2.16.0_windows_386.exe#/scw.exe",
"hash": "fb83d7f70a1f9eae5ef464b20f7ce368778a6064a2bca6be7a35ab535136a40b"
}
},
"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"
}
}
}