balena-cli: Update to version 12.38.4

manifests format
This commit is contained in:
Jakub Čábera 2021-01-21 19:17:56 +01:00
parent 67b1cb15db
commit bd37789975
4 changed files with 19 additions and 14 deletions

View File

@ -1,12 +1,12 @@
{
"version": "12.38.3",
"version": "12.38.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.38.3/balena-cli-v12.38.3-windows-x64-standalone.zip",
"hash": "dc8aa005f82150b92e899a60c659a5da97bafde34015add71d32f27aa26448c8"
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.38.4/balena-cli-v12.38.4-windows-x64-standalone.zip",
"hash": "d9afd0e4791a7e69e1d62da7892f33c5b5c392572ee4f1d690af1d3e3978505e"
}
},
"extract_dir": "balena-cli",

View File

@ -16,9 +16,7 @@
"windows_czkawka_cli"
]
],
"checkver": {
"github": "https://github.com/qarmin/czkawka"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {

View File

@ -1,7 +1,7 @@
{
"version": "0.9.1",
"description": "Zero Friction Kubernetes distribution",
"homepage": "https://github.com/k0sproject/k0s",
"description": "k0s - Zero Friction Kubernetes distribution",
"license": "Apache-2.0",
"architecture": {
"64bit": {

View File

@ -1,10 +1,14 @@
{
"homepage": "https://redis.io",
"description": "In-memory data structure store, used as a database, cache and message broker.",
"version": "5.0.10",
"description": "In-memory data structure store, used as a database, cache and message broker.",
"homepage": "https://redis.io",
"license": "BSD-3-Clause",
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip",
"hash": "f0fa5b8101b286000a9d2b05d300cd0d702b4197a96cdabe6c9d9f859de44566",
"architecture": {
"64bit": {
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip",
"hash": "f0fa5b8101b286000a9d2b05d300cd0d702b4197a96cdabe6c9d9f859de44566"
}
},
"bin": [
"redis-benchmark.exe",
"redis-check-aof.exe",
@ -12,10 +16,13 @@
"redis-server.exe"
],
"checkver": {
"github": "https://github.com/tporadowski/redis",
"regex": ">v(\\d+\\.\\d+\\.\\d+)<"
"github": "https://github.com/tporadowski/redis"
},
"autoupdate": {
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
"architecture": {
"64bit": {
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
}
}
}
}