ScoopInstaller_Main/bucket/scaleway-cli.json
2022-08-23 12:31:21 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.5.6",
"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.5.6/scaleway-cli_2.5.6_windows_amd64.exe#/scw.exe",
"hash": "7afecbc6e1e1ebebefa08dcf66c346eeb137adde69f142ff8237fa65b580f1c9"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.5.6/scaleway-cli_2.5.6_windows_386.exe#/scw.exe",
"hash": "edfbd27a710c7014232173ef92df46bb3edab025234302f9dbf1419f8789b023"
}
},
"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"
}
}
}