ScoopInstaller_Main/bucket/scaleway-cli.json
2023-01-04 16:30:35 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.8.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.8.0/scaleway-cli_2.8.0_windows_amd64.exe#/scw.exe",
"hash": "f26020fa8cc6707c3e01febc6f10ca7c5b7c617740c0d8ef48b11511112f8cac"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.8.0/scaleway-cli_2.8.0_windows_386.exe#/scw.exe",
"hash": "75f3b077f8058cd551ce78645ffb5a06cc67098459d58cea51883e3604188331"
}
},
"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"
}
}
}