Hsiao-nan Cheung 27b5ecb089
mariadb, redis: Fix manifests and update (#2961)
* forego: Deprecate manifest

* mariadb: Fix checkver and update to 10.6.5

* redis: Move `redis5` to `redis`

* Use JSONPath in mariadb

Signed-off-by: Hsiao-nan Cheung <niheaven@gmail.com>

* Fix whitespaces

* trigger CI

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
2021-12-26 20:39:37 +05:30

30 lines
906 B
JSON

{
"version": "5.0.14",
"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.14/Redis-x64-5.0.14.zip",
"hash": "858be95d18021e350f28a8d24ab5139fcc856f7667f85e4f114ff7b30082e48e"
}
},
"bin": [
"redis-benchmark.exe",
"redis-check-aof.exe",
"redis-check-rdb.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"
}
}
}
}