From a7bd3c1d584cafb9c906a777c6cf2a52a6b01d73 Mon Sep 17 00:00:00 2001 From: Andrei B Date: Mon, 6 Jul 2020 12:07:44 +0200 Subject: [PATCH] balena-cli: Add version 12.3.3 (#1229) --- bucket/balena-cli.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/balena-cli.json diff --git a/bucket/balena-cli.json b/bucket/balena-cli.json new file mode 100644 index 0000000000..e1f23accd5 --- /dev/null +++ b/bucket/balena-cli.json @@ -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" + } + } + } +}