ScoopInstaller_Main/bucket/balena-cli.json
2025-09-02 16:30:01 +00:00

23 lines
817 B
JSON

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