mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
redis: Add version 5.0.10 (#1679)
* add redis5 * change to checkver.github and add autoupdate * change back to redis 5.0.9 * change back to redis 5.0.9 * Upgrade to redis v5.0.10 Co-authored-by: dungvv <dungvv@uetunited.com>
This commit is contained in:
parent
9ab1ba7cc1
commit
2a42e8794a
21
bucket/redis5.json
Normal file
21
bucket/redis5.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"homepage": "https://redis.io",
|
||||
"description": "In-memory data structure store, used as a database, cache and message broker.",
|
||||
"version": "5.0.10",
|
||||
"license": "BSD-3-Clause",
|
||||
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip",
|
||||
"hash": "f0fa5b8101b286000a9d2b05d300cd0d702b4197a96cdabe6c9d9f859de44566",
|
||||
"bin": [
|
||||
"redis-benchmark.exe",
|
||||
"redis-check-aof.exe",
|
||||
"redis-cli.exe",
|
||||
"redis-server.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/tporadowski/redis",
|
||||
"regex": ">v(\\d+\\.\\d+\\.\\d+)<"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user