Jakub Čábera 6b9b9bbaa6 broot: Update to version 1.1.11
format r*
2021-01-07 20:26:52 +01:00

19 lines
648 B
JSON

{
"version": "3.2.100",
"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/MicrosoftArchive/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip",
"hash": "73775183186ebd1917353a8ae62303a328cedfff58164c9bf46e2b46977a9475",
"bin": [
"redis-benchmark.exe",
"redis-check-aof.exe",
"redis-cli.exe",
"redis-server.exe"
],
"checkver": {
"url": "https://github.com/MicrosoftArchive/redis/releases/",
"regex": ">win-([\\d.]+)<"
}
}