ScoopInstaller_Main/bucket/balena-cli.json
2025-11-18 04:30:42 +00:00

23 lines
817 B
JSON

{
"version": "23.0.1",
"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/v23.0.1/balena-cli-v23.0.1-windows-x64-standalone.tar.gz",
"hash": "c670428b3b9901dbeba7e040af4c56bff8c03a1674797e43391137a7efd1d78a"
}
},
"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"
}
}
}
}