ScoopInstaller_Main/bucket/scaleway-cli.json
2023-02-21 20:27:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.11.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.11.0/scaleway-cli_2.11.0_windows_amd64.exe#/scw.exe",
"hash": "01e6ac70cc138188424fb1334e7562468a79d67bbdfdd538cdbe3a97efbfdcd3"
},
"32bit": {
"url": "https://github.com/scaleway/scaleway-cli/releases/download/v2.11.0/scaleway-cli_2.11.0_windows_386.exe#/scw.exe",
"hash": "c93c8a37c1117e2539eb178c9dd4b675a6f1693828b5c76177d9ac28fe7d10bc"
}
},
"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"
}
}
}