ScoopInstaller_Main/bucket/scaleway-cli.json
2024-04-02 17:08:54 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.29.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.29.0/scaleway-cli_2.29.0_windows_amd64.exe#/scw.exe",
"hash": "2eb0b194ad8941884db7d4bd1836e1bbd7b36a3dad733f0d3f0bc9c2de2f2bfa"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.29.0/scaleway-cli_2.29.0_windows_386.exe#/scw.exe",
"hash": "1e46b9a08000e90d1d0e94954fcf6b62e7e4517c41525101b22dd415e148b9c4"
}
},
"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"
}
}
}