ScoopInstaller_Main/bucket/balena-cli.json
2025-08-09 08:29:43 +00:00

23 lines
817 B
JSON

{
"version": "22.2.4",
"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.2.4/balena-cli-v22.2.4-windows-x64-standalone.tar.gz",
"hash": "4cc7316f9891f2a49ae3f22afba305d4f221faba49ca1e6010d94109dd0fd8a4"
}
},
"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"
}
}
}
}