ScoopInstaller_Main/bucket/balena-cli.json
2023-10-05 12:31:34 +00:00

23 lines
811 B
JSON

{
"version": "17.1.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/v17.1.5/balena-cli-v17.1.5-windows-x64-standalone.zip",
"hash": "af4321a55f92c8fed53fbe7718dd4a5444a2ab16f4b2a2115b8bd7e21f46f1ed"
}
},
"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"
}
}
}
}