ScoopInstaller_Main/bucket/balena-cli.json
2025-10-30 12:31:52 +00:00

23 lines
820 B
JSON

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