ScoopInstaller_Main/bucket/scaleway-cli.json
2023-01-24 16:30:05 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.10.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.10.0/scaleway-cli_2.10.0_windows_amd64.exe#/scw.exe",
"hash": "5258b18f695ed4abf1dbe8ae8737d85a0a8b67c8fa9f51836738c2fb49754c1b"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.10.0/scaleway-cli_2.10.0_windows_386.exe#/scw.exe",
"hash": "b69097f73f660c3707290b5d68dfbc2b572b08e9e9855e145454524e3f6334a4"
}
},
"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"
}
}
}