diff --git a/bucket/balena-cli.json b/bucket/balena-cli.json index b04d57f369..74c1383c32 100644 --- a/bucket/balena-cli.json +++ b/bucket/balena-cli.json @@ -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", diff --git a/bucket/czkawka.json b/bucket/czkawka.json index e359a23cb6..e390fbad54 100644 --- a/bucket/czkawka.json +++ b/bucket/czkawka.json @@ -16,9 +16,7 @@ "windows_czkawka_cli" ] ], - "checkver": { - "github": "https://github.com/qarmin/czkawka" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/k0s.json b/bucket/k0s.json index 19d0458296..00d8fc8dd9 100644 --- a/bucket/k0s.json +++ b/bucket/k0s.json @@ -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": { diff --git a/bucket/redis5.json b/bucket/redis5.json index 9ae6d23dc4..d72d9e95f2 100644 --- a/bucket/redis5.json +++ b/bucket/redis5.json @@ -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" + } + } } }