ScoopInstaller_Main/bucket/balena-cli.json
2021-06-30 17:00:23 +00:00

23 lines
817 B
JSON

{
"version": "12.44.23",
"description": "Official balena CLI for interacting with balenaCloud and balena API.",
"homepage": "https://github.com/balena-io/balena-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.44.23/balena-cli-v12.44.23-windows-x64-standalone.zip",
"hash": "7c2775d7cb5158f8f395c5ae2cba8dedaf3fcfe9d4dfe2877d87c5db0593d4c5"
}
},
"extract_dir": "balena-cli",
"bin": "balena.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v$version/balena-cli-v$version-windows-x64-standalone.zip"
}
}
}
}