ScoopInstaller_Main/bucket/scaleway-cli.json
2025-07-22 16:30:26 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.42.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.42.0/scaleway-cli_2.42.0_windows_amd64.exe#/scw.exe",
"hash": "f7307fbaef13ba1864dfb7e1907212f552762389d88bd6b516b1dd8f89ca87b4"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.42.0/scaleway-cli_2.42.0_windows_386.exe#/scw.exe",
"hash": "65f485afacf644339c2e570241ae3073a6dac2c38bbd2abfefd4c5da9d98f1a3"
}
},
"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"
}
}
}