ScoopInstaller_Main/bucket/balena-cli.json
2024-12-20 16:29:59 +00:00

23 lines
811 B
JSON

{
"version": "20.1.3",
"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/v20.1.3/balena-cli-v20.1.3-windows-x64-standalone.zip",
"hash": "cafdd1cadf1f8d9631bd3f86659e7fc7c416cb71f06bda66968f69b2aeeff5fe"
}
},
"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"
}
}
}
}