ScoopInstaller_Main/bucket/balena-cli.json
2026-02-16 12:33:04 +00:00

23 lines
817 B
JSON

{
"version": "24.0.0",
"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/v24.0.0/balena-cli-v24.0.0-windows-x64-standalone.tar.gz",
"hash": "25e53e123e093b0cba9e37e0a2fa987d476ba8c37b6ba0ea2335b2a53cd4aed2"
}
},
"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"
}
}
}
}