From 72feea445e0e4af025bf749d7fc7d66d96b163b7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 Sep 2018 18:54:44 +0200 Subject: [PATCH] openssl: revert to tar.xz --- openssl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl.json b/openssl.json index e15e3ef86f..38126ec0fa 100644 --- a/openssl.json +++ b/openssl.json @@ -26,11 +26,11 @@ "autoupdate": { "architecture": { "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" }, "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" } },