ScoopInstaller_Main/bucket/scaleway-cli.json
2025-02-25 12:32:50 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.37.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.37.0/scaleway-cli_2.37.0_windows_amd64.exe#/scw.exe",
"hash": "98e61019f470e47568f76292db10f7cf74bd9111673a1f1cfadb0c2eecefcecf"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.37.0/scaleway-cli_2.37.0_windows_386.exe#/scw.exe",
"hash": "e35725ca6770c1c3186c360b4b012592601e8b3cd45cad8812f560467fe735e5"
}
},
"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"
}
}
}