ScoopInstaller_Main/bucket/scaleway-cli.json
2025-10-06 12:32:08 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.44.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.44.0/scaleway-cli_2.44.0_windows_amd64.exe#/scw.exe",
"hash": "9d91d259a8ee11610ddfa412efc22ba4ed19b26036b8d28cc8f947137fe5937b"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.44.0/scaleway-cli_2.44.0_windows_386.exe#/scw.exe",
"hash": "ac8f519ed4e4637b8410c0beda3ad1ade373c05595a5f48aafe6c2733645ccb6"
}
},
"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"
}
}
}