ScoopInstaller_Main/bucket/scaleway-cli.json
2023-03-21 12:30:26 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.13.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.13.0/scaleway-cli_2.13.0_windows_amd64.exe#/scw.exe",
"hash": "e664db940a12be3c9e41af4726ce73152afba91ed93b734bb2fc29af208b7e4c"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.13.0/scaleway-cli_2.13.0_windows_386.exe#/scw.exe",
"hash": "a4b28ff4e0a8bfc0a3bd4fd731d2fb7096426797ec090e176042f0c84361f9bf"
}
},
"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"
}
}
}