ScoopInstaller_Main/bucket/balena-cli.json
2024-10-16 20:28:23 +00:00

23 lines
811 B
JSON

{
"version": "19.4.0",
"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/v19.4.0/balena-cli-v19.4.0-windows-x64-standalone.zip",
"hash": "82d9b3e7eb0c99e1f6d5adce21ec1b5df05120dcef83b1358f75e07b6f7d0b3b"
}
},
"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"
}
}
}
}