ScoopInstaller_Main/bucket/balena-cli.json
2024-01-18 20:24:48 +00:00

23 lines
814 B
JSON

{
"version": "17.4.12",
"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.4.12/balena-cli-v17.4.12-windows-x64-standalone.zip",
"hash": "6074b85c0e08c18daf87ddb2f841341455e89bd9eeec5f5cb9c7fdffd245a274"
}
},
"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"
}
}
}
}