balena-cli: Update to version 12.23.4

jhead: Fix checkver
This commit is contained in:
Jakub Čábera 2020-10-06 04:39:59 +02:00
parent c51fd6b9cd
commit 5fc46ee70e
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"version": "12.23.3",
"version": "12.23.4",
"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.23.3/balena-cli-v12.23.3-windows-x64-standalone.zip",
"hash": "8ed6e1e357a97d69c84a1d8bc2e367b0ef6676cd000d65589b4c150706445b9e"
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.23.4/balena-cli-v12.23.4-windows-x64-standalone.zip",
"hash": "d12ac3c9b51745e98134851911e8409d90282450e7b258c6d7114081793c69ae"
}
},
"extract_dir": "balena-cli",

View File

@ -7,7 +7,7 @@
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe",
"hash": "47d819ae4785dd89d8f6739a3de0f20448e148a12394c83c9abf78c07d279850",
"bin": "jhead.exe",
"checkver": "Current release version: ([\\d\\.]+) \\(",
"checkver": "Latest release version: ([\\d.]+) \\(",
"autoupdate": {
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe"
}