From 58935326fd665f1cc8d8dad4b4cd8e1103026aea Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Dec 2018 14:00:27 +0000 Subject: [PATCH] openssl: Update to version 1.1.1a --- openssl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl.json b/openssl.json index d948fc7b0b..eae12e56dc 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,15 @@ { "homepage": "https://curl.haxx.se/windows/", - "version": "1.1.1a_1", + "version": "1.1.1a", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.62.0_1/openssl-1.1.1a_1-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.63.0/openssl-1.1.1a-win64-mingw.tar.xz", "hash": "f86dabd6ee767d46efbe80bd557814e3dc0dc62f951dda1a3648e56adcdd129b", "extract_dir": "openssl-1.1.1a-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.62.0_1/openssl-1.1.1a_1-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.63.0/openssl-1.1.1a-win32-mingw.tar.xz", "hash": "59a9ac103db3a2c7aee041015ced07c0a53409a1445ef74b556476d9118424c4", "extract_dir": "openssl-1.1.1a-win32-mingw" }