ScoopInstaller_Main/bucket/balena-cli.json
2023-06-09 16:29:06 +00:00

23 lines
811 B
JSON

{
"version": "16.5.2",
"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/v16.5.2/balena-cli-v16.5.2-windows-x64-standalone.zip",
"hash": "cb277848d786a142c64856afcfc53d2ba799a6b7c7a61eae2a5ce4a3129ab846"
}
},
"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"
}
}
}
}