balena-cli: Fix and update to version 22.1.4 (#6970)

* balena-cli: Update to version 22.1.2

Fixes 404 errors in CI Excavator.

Apparently they have completely changed the distribution format and
contents. A standalone executable is no longer provided, instead a
cmd/bash script uses a redistributable node executable to execute the
JS/TS app. Upstream recommends the installer for Windows.

Seems like no one has noticed this for 2 months, maybe should be removed
from scoop?

* fix: try shimming the .cmd script again

somehow works now
This commit is contained in:
jack-mil 2025-08-03 04:57:11 -04:00 committed by GitHub
parent 0623249eb2
commit 3c386af2cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,21 @@
{ {
"version": "21.1.14", "version": "22.1.4",
"description": "Official balena CLI for interacting with balenaCloud and balena API.", "description": "Official balena CLI for interacting with balenaCloud and balena API.",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v21.1.14/balena-cli-v21.1.14-windows-x64-standalone.zip", "url": "https://github.com/balena-io/balena-cli/releases/download/v22.1.4/balena-cli-v22.1.4-windows-x64-standalone.tar.gz",
"hash": "fecd5a9374611d0c5e3477b46e480b1b4b3ab0781583acc42ed8368b96608d0b" "hash": "8ec9bdbfaf34f179015297fcbd397d89eac220e1cdada117f273dabc18e9e440"
} }
}, },
"extract_dir": "balena-cli", "extract_dir": "balena",
"bin": "balena.exe", "bin": "bin/balena.cmd",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/balena-io/balena-cli/releases/download/v$version/balena-cli-v$version-windows-x64-standalone.zip" "url": "https://github.com/balena-io/balena-cli/releases/download/v$version/balena-cli-v$version-windows-x64-standalone.tar.gz"
} }
} }
} }