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

32 lines
1.2 KiB
JSON

{
"version": "2.25.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.25.0/scaleway-cli_2.25.0_windows_amd64.exe#/scw.exe",
"hash": "cd71abb26498f745752c78d0f1cc90684e4e35ad0e637a77316a3ababae05c97"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.25.0/scaleway-cli_2.25.0_windows_386.exe#/scw.exe",
"hash": "87172e6644c254bcfcc9605a430a0422f162fdc4700a8c3b0d37e9fcee611bde"
}
},
"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"
}
}
}