ScoopInstaller_Main/bucket/balena-cli.json
2025-10-10 16:30:30 +00:00

23 lines
820 B
JSON

{
"version": "22.4.11",
"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.11/balena-cli-v22.4.11-windows-x64-standalone.tar.gz",
"hash": "914e9df61dc895366618ceef674c51a32cdbf4cc53fd9a041191b33922383d83"
}
},
"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"
}
}
}
}