ScoopInstaller_Main/bucket/balena-cli.json
2025-09-18 08:30:35 +00:00

23 lines
817 B
JSON

{
"version": "22.4.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/v22.4.6/balena-cli-v22.4.6-windows-x64-standalone.tar.gz",
"hash": "8072532f3a5cbf07462417e8635737c9dff4a866b9a4ee6db8f705ebcdb781b2"
}
},
"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"
}
}
}
}