ScoopInstaller_Main/bucket/balena-cli.json
2022-01-14 04:29:56 +00:00

23 lines
811 B
JSON

{
"version": "13.1.9",
"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/v13.1.9/balena-cli-v13.1.9-windows-x64-standalone.zip",
"hash": "38173f4d597fa591a0d0fb9f36684bbd9c1fc0684920dc21ad07614d94fe3623"
}
},
"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"
}
}
}
}