mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
zstd@1.5.0: Fix installation (#2182)
This commit is contained in:
parent
d82e3ff636
commit
a1500f461b
@ -6,11 +6,13 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip",
|
||||
"hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62"
|
||||
"hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62",
|
||||
"extract_dir": "zstd-v1.5.0-win64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip",
|
||||
"hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984"
|
||||
"hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984",
|
||||
"extract_dir": "zstd-v1.5.0-win32"
|
||||
}
|
||||
},
|
||||
"bin": "zstd.exe",
|
||||
@ -20,10 +22,12 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip"
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip",
|
||||
"extract_dir": "zstd-v$version-win64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip"
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
|
||||
"extract_dir": "zstd-v$version-win32"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user