ScoopInstaller_Main/bucket/balena-cli.json
2020-10-31 06:51:44 +01:00

23 lines
814 B
JSON

{
"version": "12.26.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/v12.26.1/balena-cli-v12.26.1-windows-x64-standalone.zip",
"hash": "3363dfcac28cfa248cb12f7c5049cdb1174846cbe151b4b2733ad4a2c2c82e0f"
}
},
"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"
}
}
}
}