ScoopInstaller_Main/bucket/balena-cli.json
2026-01-13 20:30:08 +00:00

23 lines
820 B
JSON

{
"version": "23.2.20",
"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.20/balena-cli-v23.2.20-windows-x64-standalone.tar.gz",
"hash": "09408ee1a3a5132e1ad8b0fb233f53341b061c7e139da0abbaabb956c958887e"
}
},
"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"
}
}
}
}