ScoopInstaller_Main/bucket/balena-cli.json
2020-08-24 17:07:15 +02:00

23 lines
817 B
JSON

{
"version": "12.14.12",
"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.14.12/balena-cli-v12.14.12-windows-x64-standalone.zip",
"hash": "9db0e111327eaff37e4c67d20a4cc350b8d2c78800b85a4c921186a451b9e9ea"
}
},
"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"
}
}
}
}