ScoopInstaller_Main/bucket/balena-cli.json
2024-04-09 17:08:13 +00:00

23 lines
811 B
JSON

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