redis: Update to version 7.0.9 (#4595)

* (chore): change redis source

* redis: Update to version 7.0.9

* (chore): switch sources

* redis: Update to version 7.0.10

* (chore): extract dir
This commit is contained in:
Zarin 2023-04-03 12:31:53 -04:00 committed by GitHub
parent 5cffd9b3a7
commit b26b20aa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +1,29 @@
{ {
"version": "5.0.14.1", "version": "7.0.10",
"description": "In-memory data structure store, used as a database, cache and message broker.", "description": "In-memory data structure store, used as a database, cache and message broker.",
"homepage": "https://redis.io", "homepage": "https://redis.io",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tporadowski/redis/releases/download/v5.0.14.1/Redis-x64-5.0.14.1.zip", "url": "https://github.com/redis-windows/redis-windows/releases/download/7.0.10/Redis-7.0.10-Windows-x64.tar.gz",
"hash": "018ea18a35876383cbb5f4cd0258adfc87747cf9d619bce1cf73a2e36f720ccf" "hash": "4f5cbd15939cf00efea771577d532644d31570cb60a6db091deb60d0935933d7",
"extract_dir": "Redis-7.0.10-Windows-x64"
} }
}, },
"bin": [ "bin": [
"redis-benchmark.exe", "redis-benchmark.exe",
"redis-check-aof.exe",
"redis-check-rdb.exe",
"redis-cli.exe", "redis-cli.exe",
"redis-server.exe" "redis-server.exe"
], ],
"checkver": { "checkver": {
"github": "https://github.com/tporadowski/redis" "url": "https://raw.githubusercontent.com/redis-windows/redis-windows/main/.github/redis_latest_version.txt",
"regex": "([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip" "url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64.tar.gz",
"extract_dir": "Redis-$version-Windows-x64"
} }
} }
} }