mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
17 lines
525 B
JSON
17 lines
525 B
JSON
{
|
|
"homepage": "https://redis.io",
|
|
"version": "3.2.100",
|
|
"url": "https://github.com/MicrosoftArchive/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip",
|
|
"hash": "73775183186ebd1917353a8ae62303a328cedfff58164c9bf46e2b46977a9475",
|
|
"bin": [
|
|
"redis-benchmark.exe",
|
|
"redis-check-aof.exe",
|
|
"redis-cli.exe",
|
|
"redis-server.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/MicrosoftArchive/redis/releases/",
|
|
"re": ">win-(\\d+\\.\\d+\\.\\d+)<"
|
|
}
|
|
}
|