mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
14 lines
409 B
JSON
14 lines
409 B
JSON
{
|
|
"homepage": "http://redis.io",
|
|
"version": "2.8.21",
|
|
"url": "https://github.com/MSOpenTech/redis/releases/download/win-2.8.21/redis-x64-2.8.21.zip",
|
|
"hash": "d49865ce057c6cd7883df36b11f050a9dadd1f77ca87976fe20a525c829f74c3",
|
|
"bin": [
|
|
"redis-benchmark.exe",
|
|
"redis-check-aof.exe",
|
|
"redis-check-dump.exe",
|
|
"redis-cli.exe",
|
|
"redis-server.exe"
|
|
]
|
|
}
|