ScoopInstaller_Main/bucket/balena-cli.json
2026-02-26 16:38:57 +00:00

23 lines
817 B
JSON

{
"version": "24.0.3",
"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/v24.0.3/balena-cli-v24.0.3-windows-x64-standalone.tar.gz",
"hash": "0ead3990437c5892a100118982c3fe94ba7c7fdf90033d7fba0769330a1c4dfd"
}
},
"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"
}
}
}
}