ScoopInstaller_Main/bucket/balena-cli.json
2020-11-26 16:46:50 +01:00

23 lines
814 B
JSON

{
"version": "12.28.3",
"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.28.3/balena-cli-v12.28.3-windows-x64-standalone.zip",
"hash": "792bf061f714c84230c2c00d030f640302aeac5d4ebd68cf6880289b9a03ce03"
}
},
"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"
}
}
}
}