mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.2.2",
|
|
"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.2/scw-2.2.2-windows-x86_64.exe#/scw.exe",
|
|
"hash": "f4d1ced66d53d7746c06e83f40b2e8c2297c515ba2b97cc26125f9d071845665"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.2/scw-2.2.2-windows-386.exe#/scw.exe",
|
|
"hash": "61ab43f99fb6b66f7e0cc75ea961cf286ff9ac7e06ba51c2390608ec7f976459"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|