ScoopInstaller_Main/bucket/scaleway-cli.json
2023-06-02 16:28:31 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.15.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.15.0/scaleway-cli_2.15.0_windows_amd64.exe#/scw.exe",
"hash": "55be03d348e269bd788a9b49c7966a9f30d65ebc81e858961e225ba88ddfd5fc"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.15.0/scaleway-cli_2.15.0_windows_386.exe#/scw.exe",
"hash": "9fddaf76f8ebb59ca8d2cd4a72ac1d229328045c623b70b59ab56bfb90569c29"
}
},
"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"
}
}
}