ScoopInstaller_Main/bucket/balena-cli.json
2025-12-05 12:32:16 +00:00

23 lines
817 B
JSON

{
"version": "23.2.6",
"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.6/balena-cli-v23.2.6-windows-x64-standalone.tar.gz",
"hash": "1ce5dc22df59abb7e5341de4488e959c11dca608ce7ff902843ca5e3bd1a911f"
}
},
"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"
}
}
}
}