ScoopInstaller_Main/bucket/scaleway-cli.json
2025-04-16 08:30:13 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.39.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.39.0/scaleway-cli_2.39.0_windows_amd64.exe#/scw.exe",
"hash": "5d7b4f27565dcf3105c827d9ab1f39ba7918e02cde52ddd7ab6793a33acc8a5a"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.39.0/scaleway-cli_2.39.0_windows_386.exe#/scw.exe",
"hash": "71d3d59bec0fc0e817b9dd88d0100c4682cb6e1d66700c466d86c8c2b9620094"
}
},
"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"
}
}
}