mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
redis: fix URL (closes #1660)
This commit is contained in:
parent
8e114d8847
commit
de28395797
@ -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+)<"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user