mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
* 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
18 lines
547 B
JSON
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+)<"
|
|
}
|
|
}
|