ScoopInstaller_Main/bucket/scaleway-cli.json
2022-06-17 16:31:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.5.3",
"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.3/scaleway-cli_2.5.3_windows_amd64.exe#/scw.exe",
"hash": "8388fed7f948d5132b582b8eb67cebfa5097ecb9ae9b1a47231e1e4ad033aaa1"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.5.3/scaleway-cli_2.5.3_windows_386.exe#/scw.exe",
"hash": "b115a40aff9cf3229c8be08a94790b0aebbda5b47aa887dc46ff2d8b5e4269ef"
}
},
"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"
}
}
}