ScoopInstaller_Main/bucket/balena-cli.json
2025-08-03 12:31:17 +00:00

23 lines
817 B
JSON

{
"version": "22.1.5",
"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/v22.1.5/balena-cli-v22.1.5-windows-x64-standalone.tar.gz",
"hash": "7e11713e925d3fb60a7575d47865bb934f7dfcb1ea49eb9353f17d9fc5895cc9"
}
},
"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"
}
}
}
}