ScoopInstaller_Main/bucket/scaleway-cli.json
2022-08-19 16:30:55 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.5.5",
"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.5/scaleway-cli_2.5.5_windows_amd64.exe#/scw.exe",
"hash": "7dcc37254ca8c8345a96ee578c8c6ca57c5abd71b055647456a40c77a8147771"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.5.5/scaleway-cli_2.5.5_windows_386.exe#/scw.exe",
"hash": "403ed87f8485eba310fad3ef33a0476a73273dec801a837ddc45f05403b63951"
}
},
"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"
}
}
}