ScoopInstaller_Main/bucket/balena-cli.json
2021-12-14 08:29:17 +00:00

23 lines
814 B
JSON

{
"version": "12.55.6",
"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/v12.55.6/balena-cli-v12.55.6-windows-x64-standalone.zip",
"hash": "97f76a20cbd8d9060a9c3ca79081b524af4d8db9e55044624cb07a3db68c5e56"
}
},
"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"
}
}
}
}