From de2839579700c60ee858bfa9d1ce18ae94cd8e70 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 24 Aug 2017 16:18:26 +0200 Subject: [PATCH] redis: fix URL (closes #1660) --- redis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis.json b/redis.json index 2a153e7ec1..ccff2194c0 100644 --- a/redis.json +++ b/redis.json @@ -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+)<" } }