ScoopInstaller_Main/bucket/balena-cli.json
2026-01-15 04:33:04 +00:00

23 lines
820 B
JSON

{
"version": "23.2.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/v23.2.23/balena-cli-v23.2.23-windows-x64-standalone.tar.gz",
"hash": "1ec01386ce721d3c20069895811f2e6d7991ab838efd59f1a6101652a819ee15"
}
},
"extract_dir": "balena",
"bin": "bin/balena.cmd",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v$version/balena-cli-v$version-windows-x64-standalone.tar.gz"
}
}
}
}