ScoopInstaller_Main/bucket/scaleway-cli.json
2021-01-19 17:01:41 +01:00

32 lines
1.2 KiB
JSON

{
"version": "2.2.4",
"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.2.4/scw-2.2.4-windows-x86_64.exe#/scw.exe",
"hash": "a51e97eb794e9a616e6e7ba8e11dfae30b5fce7ec1c1d261ca359e0857d1a9fd"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.4/scw-2.2.4-windows-386.exe#/scw.exe",
"hash": "82bbdc07c978de64872cdf04af8a436f098601a6bf716fc63edf7a501876a224"
}
},
"bin": "scw.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$version-windows-x86_64.exe#/scw.exe"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$version-windows-386.exe#/scw.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}