ScoopInstaller_Main/bucket/scaleway-cli.json
2023-10-16 16:28:20 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.23.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.23.0/scaleway-cli_2.23.0_windows_amd64.exe#/scw.exe",
"hash": "189eb92ad085a192bef14ff4df1bcb8c8a4edfdbc93d1864ea89534047a6b374"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.23.0/scaleway-cli_2.23.0_windows_386.exe#/scw.exe",
"hash": "59c8f128e009a824b63cbd98510121a93153a86cb5d22c4078af08bc01699e46"
}
},
"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"
}
}
}