zstd@1.4.9: Fix 64bit installation after release refresh

- Closes #1912
This commit is contained in:
Jakub Čábera 2021-03-10 21:10:20 +01:00
parent 19c3397abc
commit 2846a83b96

View File

@ -7,7 +7,7 @@
"64bit": { "64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip",
"hash": "6b762f30b6e356f9625e3a764fae09dc32536cfc2cf33fc135b3021984b84f0b", "hash": "6b762f30b6e356f9625e3a764fae09dc32536cfc2cf33fc135b3021984b84f0b",
"pre_install": "Expand-7zipArchive \"$dir\\zstd*win64\" -Removal" "extract_dir": "zstd-v1.4.9-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip",
@ -22,7 +22,8 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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",