balena-cli: Add version 12.3.3 (#1229)

This commit is contained in:
Andrei B 2020-07-06 12:07:44 +02:00 committed by GitHub
parent cfe5426f41
commit a7bd3c1d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/balena-cli.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "12.3.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/v12.3.3/balena-cli-v12.3.3-windows-x64-standalone.zip",
"hash": "d9dc13c91bf46b56066c7acca39f15e3c4d2d65326258ab0903e7f55a7ec22a4"
}
},
"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"
}
}
}
}