zstd@1.4.9: Fix installation

- Closes #1886
This commit is contained in:
Jakub Čábera 2021-03-05 08:02:26 +01:00
parent 1375a27126
commit e087213081

View File

@ -6,11 +6,13 @@
"architecture": { "architecture": {
"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": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54" "hash": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54",
"pre_install": "Expand-7zipArchive \"$dir\\zstd*win64\" -Removal"
}, },
"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",
"hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7" "hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7",
"extract_dir": "zstd-v1.4.9-win32"
} }
}, },
"bin": "zstd.exe", "bin": "zstd.exe",
@ -23,7 +25,8 @@
"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"
}, },
"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",
"extract_dir": "zstd-v$version-win32"
} }
} }
} }