zstd: Remove extract_dir (#585)

- Closes #553
This commit is contained in:
Jakub Čábera 2019-11-19 04:50:21 +01:00 committed by Hsiao-nan Cheung
parent 63d2a5cf4f
commit d2daceb030

View File

@ -1,18 +1,16 @@
{ {
"homepage": "http://www.zstd.net/", "homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "Zstandard is a real-time compression algorithm, providing high compression ratios.", "description": "High compression ratios compression algorithm",
"version": "1.4.4", "version": "1.4.4",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win64.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win64.zip",
"hash": "bb1591db8376fb5360640088e0cc9920c6da9cd0f5fd4e9229316261808c1581", "hash": "bb1591db8376fb5360640088e0cc9920c6da9cd0f5fd4e9229316261808c1581"
"extract_dir": "zstd-v1.4.4-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win32.zip", "url": "https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-v1.4.4-win32.zip",
"hash": "60d4cd6510e7253d33f47a68554a003b50dba05d1db89e16ef32bc26b126b92c", "hash": "60d4cd6510e7253d33f47a68554a003b50dba05d1db89e16ef32bc26b126b92c"
"extract_dir": "zstd-v1.4.4-win32"
} }
}, },
"bin": "zstd.exe", "bin": "zstd.exe",
@ -22,12 +20,10 @@
"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"
"extract_dir": "zstd-v$version-win32"
} }
} }
} }