ScoopInstaller_Main/bucket/scaleway-cli.json
2025-12-17 20:31:26 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.49.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.49.0/scaleway-cli_2.49.0_windows_amd64.exe#/scw.exe",
"hash": "a720e89e1087ff0b10240f8381426f41786bf35862d11dded241491d4117c1db"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.49.0/scaleway-cli_2.49.0_windows_386.exe#/scw.exe",
"hash": "66c7081a7918592ca97bb244721c72cde8277f6afeedb2c9156b6090dca346cb"
}
},
"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"
}
}
}