ScoopInstaller_Main/bucket/balena-cli.json
2020-08-12 07:28:48 +02:00

23 lines
814 B
JSON

{
"version": "12.14.5",
"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.5/balena-cli-v12.14.5-windows-x64-standalone.zip",
"hash": "47bfc5d2f38ea1b6de5194d31911181199c06992a19f1ee12d8362e39c069677"
}
},
"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"
}
}
}
}