openssl: revert to tar.xz

This commit is contained in:
Richard Kuhnt 2018-09-14 18:54:44 +02:00
parent 93e1fee81e
commit 72feea445e

View File

@ -26,11 +26,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.zip", "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
"extract_dir": "openssl-$matchHead-win64-mingw" "extract_dir": "openssl-$matchHead-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.zip", "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$matchHead-win32-mingw" "extract_dir": "openssl-$matchHead-win32-mingw"
} }
}, },