ScoopInstaller_Main/redis.json
Marcus Griep 452e4dee2d Update several packages (#904)
* Bump git to 2.9.0.windows.1

* Bump git-with-openssh to 2.9.0.windows.1

* Bump ffmpeg to 2016-06-10

* Bump mercurial to 3.8.3

* Add checkver to redis

* Bump redis to 2.8.2104
2016-06-15 08:18:06 +10:00

18 lines
547 B
JSON

{
"homepage": "http://redis.io",
"version": "2.8.2400",
"url": "https://github.com/MSOpenTech/redis/releases/download/win-2.8.2400/Redis-x64-2.8.2400.zip",
"hash": "052ef94440dcb3b3f7fdfd319baae256ffc93c97e049421748f411927398d261",
"bin": [
"redis-benchmark.exe",
"redis-check-aof.exe",
"redis-check-dump.exe",
"redis-cli.exe",
"redis-server.exe"
],
"checkver": {
"url": "https://github.com/MSOpenTech/redis/releases/",
"re": ">win-(\\d+\\.\\d+\\.\\d+)<"
}
}