redis: fix URL (closes #1660)

This commit is contained in:
Richard Kuhnt 2017-08-24 16:18:26 +02:00
parent 8e114d8847
commit de28395797

View File

@ -1,7 +1,7 @@
{
"homepage": "https://redis.io",
"version": "3.2.100",
"url": "https://github.com/MSOpenTech/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip",
"url": "https://github.com/MicrosoftArchive/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip",
"hash": "73775183186ebd1917353a8ae62303a328cedfff58164c9bf46e2b46977a9475",
"bin": [
"redis-benchmark.exe",
@ -10,7 +10,7 @@
"redis-server.exe"
],
"checkver": {
"url": "https://github.com/MSOpenTech/redis/releases/",
"url": "https://github.com/MicrosoftArchive/redis/releases/",
"re": ">win-(\\d+\\.\\d+\\.\\d+)<"
}
}