From f158707ef74b23a44965b3c485c9e8c3a232364b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 16 May 2021 12:56:41 -0700 Subject: [PATCH] balena-cli: Update to version 12.44.15 --- bucket/balena-cli.json | 6 +++--- bucket/fio.json | 14 +------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/bucket/balena-cli.json b/bucket/balena-cli.json index cefc90418a..70b2f4c077 100644 --- a/bucket/balena-cli.json +++ b/bucket/balena-cli.json @@ -1,12 +1,12 @@ { - "version": "12.44.14", + "version": "12.44.15", "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.44.14/balena-cli-v12.44.14-windows-x64-standalone.zip", - "hash": "13ed9952bea5ee86d9b041e63af0a03f4173bdb740f1bf354b71374d9923b631" + "url": "https://github.com/balena-io/balena-cli/releases/download/v12.44.15/balena-cli-v12.44.15-windows-x64-standalone.zip", + "hash": "75e6ec8b5c6f24893095578a2c383b9144038ec9625e649436756285611073ff" } }, "extract_dir": "balena-cli", diff --git a/bucket/fio.json b/bucket/fio.json index d5319cc1d3..d070ef678b 100644 --- a/bucket/fio.json +++ b/bucket/fio.json @@ -16,17 +16,5 @@ } }, "bin": "fio.exe", - "checkver": "fio-([\\d.]+) released", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://bsdio.com/fio/releases/fio-$version-x64.zip", - "extract_dir": "fio-$version-x64" - }, - "32bit": { - "url": "https://bsdio.com/fio/releases/fio-$version-x86.zip", - "extract_dir": "fio-$version-x86" - } - } - } + "checkver": "fio-([\\d.]+) released" }