ScoopInstaller_Main/bucket/balena-cli.json
2025-11-18 12:32:36 +00:00

23 lines
817 B
JSON

{
"version": "23.1.0",
"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.1.0/balena-cli-v23.1.0-windows-x64-standalone.tar.gz",
"hash": "960eafd94103b79f39a8feb2d5cdf345a5f07460932511dca58e511dfb22bde4"
}
},
"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"
}
}
}
}