ScoopInstaller_Main/bucket/balena-cli.json
2025-09-17 12:31:32 +00:00

23 lines
817 B
JSON

{
"version": "22.4.5",
"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.5/balena-cli-v22.4.5-windows-x64-standalone.tar.gz",
"hash": "83e2810cdccf781ea722b860bfe33bcc9f4b0d579871a3323fb2684fbbcea40f"
}
},
"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"
}
}
}
}