ScoopInstaller_Main/bucket/balena-cli.json
2021-04-07 20:00:17 +00:00

23 lines
814 B
JSON

{
"version": "12.44.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.44.6/balena-cli-v12.44.6-windows-x64-standalone.zip",
"hash": "1b4f17956dfe94864855515482ef735cdaf542ac486c2d7c86cc5a802e399c9a"
}
},
"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"
}
}
}
}