mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.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.0.0/scw-2-0-0-windows-x86_64.exe#/scw.exe",
|
|
"hash": "53c512989ffa403414d0b2bed22156ee6e06d481d2e82dda7d991d8beeb07f66"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0/scw-2-0-0-windows-386.exe#/scw.exe",
|
|
"hash": "a07b74ce1654bc147427fa4e2ee9abad17c4e0de8d0ae143c7a98ef73db318a0"
|
|
}
|
|
},
|
|
"bin": "scw.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-x86_64.exe#/scw.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v$version/scw-$dashVersion-windows-386.exe#/scw.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|