redis: Fix download URL (#5641)

This commit is contained in:
TerminalMan 2024-03-24 13:16:48 +00:00 committed by GitHub
parent edff35ccda
commit 8c263536c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/redis-windows/redis-windows/releases/download/7.2.4/Redis-7.2.4-Windows-x64.tar.gz",
"hash": "733a6611c8cb84c2de6d1355dc0392fd1f31d2a8731ca4a3eadbea98a9cd1ccc",
"extract_dir": "Redis-7.2.4-Windows-x64"
"url": "https://github.com/redis-windows/redis-windows/releases/download/7.2.4/Redis-7.2.4-Windows-x64-msys2.zip",
"hash": "a4c0ca3d7f91559a9cf8db3ae86aeb5362f67d91968109c317dc3e858ff87f82",
"extract_dir": "Redis-7.2.4-Windows-x64-msys2"
}
},
"bin": [
@ -21,8 +21,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64.tar.gz",
"extract_dir": "Redis-$version-Windows-x64"
"url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64-msys2.zip",
"extract_dir": "Redis-$version-Windows-x64-msys2"
}
}
}