ScoopInstaller_Main/bucket/balena-cli.json
2020-07-13 14:33:30 +02:00

23 lines
811 B
JSON

{
"version": "12.7.5",
"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/v12.7.5/balena-cli-v12.7.5-windows-x64-standalone.zip",
"hash": "c1638bff483414e8933afaa25ab8e89aad0a6e361f0e8df536ae89f69def79d2"
}
},
"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"
}
}
}
}