mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
redis: Fix download URL (#5641)
This commit is contained in:
parent
edff35ccda
commit
8c263536c4
@ -5,9 +5,9 @@
|
|||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/redis-windows/redis-windows/releases/download/7.2.4/Redis-7.2.4-Windows-x64.tar.gz",
|
"url": "https://github.com/redis-windows/redis-windows/releases/download/7.2.4/Redis-7.2.4-Windows-x64-msys2.zip",
|
||||||
"hash": "733a6611c8cb84c2de6d1355dc0392fd1f31d2a8731ca4a3eadbea98a9cd1ccc",
|
"hash": "a4c0ca3d7f91559a9cf8db3ae86aeb5362f67d91968109c317dc3e858ff87f82",
|
||||||
"extract_dir": "Redis-7.2.4-Windows-x64"
|
"extract_dir": "Redis-7.2.4-Windows-x64-msys2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -21,8 +21,8 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64.tar.gz",
|
"url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64-msys2.zip",
|
||||||
"extract_dir": "Redis-$version-Windows-x64"
|
"extract_dir": "Redis-$version-Windows-x64-msys2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user