ScoopInstaller_Main/bucket/scaleway-cli.json
2026-01-22 12:32:11 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.51.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.51.0/scaleway-cli_2.51.0_windows_amd64.exe#/scw.exe",
"hash": "80449b992200e9927051c0025c975d6cdb5976866468e2cc2195dc899ea9916d"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.51.0/scaleway-cli_2.51.0_windows_386.exe#/scw.exe",
"hash": "5152d51b587576afcf006df7201ba2281c73d9db255d239d04599c28ed2f947b"
}
},
"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"
}
}
}