mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
balena-cli: Update to version 12.38.4
manifests format
This commit is contained in:
parent
67b1cb15db
commit
bd37789975
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "12.38.3",
|
"version": "12.38.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/v12.38.3/balena-cli-v12.38.3-windows-x64-standalone.zip",
|
"url": "https://github.com/balena-io/balena-cli/releases/download/v12.38.4/balena-cli-v12.38.4-windows-x64-standalone.zip",
|
||||||
"hash": "dc8aa005f82150b92e899a60c659a5da97bafde34015add71d32f27aa26448c8"
|
"hash": "d9afd0e4791a7e69e1d62da7892f33c5b5c392572ee4f1d690af1d3e3978505e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "balena-cli",
|
"extract_dir": "balena-cli",
|
||||||
|
|||||||
@ -16,9 +16,7 @@
|
|||||||
"windows_czkawka_cli"
|
"windows_czkawka_cli"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": "github",
|
||||||
"github": "https://github.com/qarmin/czkawka"
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.1",
|
"version": "0.9.1",
|
||||||
|
"description": "Zero Friction Kubernetes distribution",
|
||||||
"homepage": "https://github.com/k0sproject/k0s",
|
"homepage": "https://github.com/k0sproject/k0s",
|
||||||
"description": "k0s - Zero Friction Kubernetes distribution",
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
@ -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",
|
"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",
|
"license": "BSD-3-Clause",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip",
|
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip",
|
||||||
"hash": "f0fa5b8101b286000a9d2b05d300cd0d702b4197a96cdabe6c9d9f859de44566",
|
"hash": "f0fa5b8101b286000a9d2b05d300cd0d702b4197a96cdabe6c9d9f859de44566"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"redis-benchmark.exe",
|
"redis-benchmark.exe",
|
||||||
"redis-check-aof.exe",
|
"redis-check-aof.exe",
|
||||||
@ -12,10 +16,13 @@
|
|||||||
"redis-server.exe"
|
"redis-server.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/tporadowski/redis",
|
"github": "https://github.com/tporadowski/redis"
|
||||||
"regex": ">v(\\d+\\.\\d+\\.\\d+)<"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
|
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user