balena-cli: Update to version 12.29.1

This commit is contained in:
Jakub Čábera 2020-12-04 08:13:17 +01:00
parent 1c2c0bc901
commit 1771b2f178
3 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{ {
"version": "12.29.0", "version": "12.29.1",
"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/v12.29.0/balena-cli-v12.29.0-windows-x64-standalone.zip", "url": "https://github.com/balena-io/balena-cli/releases/download/v12.29.1/balena-cli-v12.29.1-windows-x64-standalone.zip",
"hash": "29ebe5b6829de35d0fe280e0145ee88ccd89635166cd16dc63670bba5bc90335" "hash": "260d5ca0ff20b3f865cdf2107207124fabda3d9f146884a234f5677d817087c6"
} }
}, },
"extract_dir": "balena-cli", "extract_dir": "balena-cli",

View File

@ -25,8 +25,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/muesli/duf/releases/download/v$version/checksums.txt", "url": "$baseurl/checksums.txt"
"mode": "extract"
} }
} }
} }

View File

@ -11,7 +11,7 @@
}, },
"bin": "mdcat.exe", "bin": "mdcat.exe",
"checkver": { "checkver": {
"url": "https://github.com/lunaryorn/mdcat/releases", "github": "https://github.com/lunaryorn/mdcat",
"regex": "mdcat-([\\d.]+)" "regex": "mdcat-([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
@ -21,8 +21,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/lunaryorn/mdcat/releases/download/mdcat-$version/SHA512SUM.txt", "url": "$baseurl/SHA512SUM.txt"
"mode": "extract"
} }
} }
} }