ScoopInstaller_Main/bucket/balena-cli.json
2024-03-12 00:33:40 +00:00

23 lines
811 B
JSON

{
"version": "18.0.4",
"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/v18.0.4/balena-cli-v18.0.4-windows-x64-standalone.zip",
"hash": "b1ee2296692537ef7efc8fb331e2997dab068938b91f2f70b46aa304b94e3107"
}
},
"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"
}
}
}
}