ScoopInstaller_Main/bucket/balena-cli.json
2024-10-25 20:28:18 +00:00

23 lines
811 B
JSON

{
"version": "20.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/v20.0.0/balena-cli-v20.0.0-windows-x64-standalone.zip",
"hash": "206f936555f7dfe9e1995467924ea9a36e0746261ef25dd1f6cfb3534bd60384"
}
},
"extract_dir": "balena-cli",
"bin": "balena.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v$version/balena-cli-v$version-windows-x64-standalone.zip"
}
}
}
}