zstd@1.5.0: Fix installation (#2182)

This commit is contained in:
Jat 2021-05-17 04:03:28 +08:00 committed by GitHub
parent d82e3ff636
commit a1500f461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}