mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
18 lines
556 B
JSON
18 lines
556 B
JSON
{
|
|
"homepage": "https://redis.io",
|
|
"version": "3.2.100",
|
|
"license": "BSD-3-Clause",
|
|
"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+)<"
|
|
}
|
|
}
|