ScoopInstaller_Main/bucket/scaleway-cli.json
2022-10-21 00:35:49 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.6.1",
"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.6.1/scaleway-cli_2.6.1_windows_amd64.exe#/scw.exe",
"hash": "d89c8080936ff7bc27674d9e83c2a37c0f7186846407c1cd84581d7b0636b430"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.6.1/scaleway-cli_2.6.1_windows_386.exe#/scw.exe",
"hash": "67287ea3d3c8a2448ba6f31df8178063d99305f645ff2c116ed5ac6928f92ce6"
}
},
"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"
}
}
}