mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.3.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.3.0/scw-2.3.0-windows-x86_64.exe#/scw.exe",
|
|
"hash": "484c36cf1d96c07e17b2fef15cde9aabc59da9e32de4d073dd38a4fe8cace746"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.3.0/scw-2.3.0-windows-386.exe#/scw.exe",
|
|
"hash": "36be4855c847c4e261fa42a2d58800addd3b0c8355aea2658a3283e3783871ab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|