ScoopInstaller_Main/bucket/balena-cli.json
2026-02-12 00:53:26 +00:00

23 lines
820 B
JSON

{
"version": "23.2.32",
"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.32/balena-cli-v23.2.32-windows-x64-standalone.tar.gz",
"hash": "f8d0a7c75d1f09e349ee5c77f7b5a0f2550385ff8f1d862243093a8c2197bbc8"
}
},
"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"
}
}
}
}