Jakub Čábera bd37789975 balena-cli: Update to version 12.38.4
manifests format
2021-01-21 19:17:56 +01:00

29 lines
875 B
JSON

{
"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",
"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",
"redis-cli.exe",
"redis-server.exe"
],
"checkver": {
"github": "https://github.com/tporadowski/redis"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
}
}
}
}