From bce108143fdb8a5f54a85d50f079bcbcab5bf4d1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 20 Sep 2018 01:01:29 +0000 Subject: [PATCH] openssl: Update to version 1.1.1_5 --- openssl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl.json b/openssl.json index 2dc5e08f31..0b466f6511 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,15 @@ { "homepage": "https://curl.haxx.se/windows/", - "version": "1.1.1_4", + "version": "1.1.1_5", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.61.1_4/openssl-1.1.1_4-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.61.1_5/openssl-1.1.1_5-win64-mingw.tar.xz", "hash": "daba0971a0a54b6691732f4502d3cf7a36c8295bd7b9621f6deaa76d0c4c883a", "extract_dir": "openssl-1.1.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.61.1_4/openssl-1.1.1_4-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.61.1_5/openssl-1.1.1_5-win32-mingw.tar.xz", "hash": "e9dfd3224088de50e0fa28bbe82a7dcb38dccfd87fe1510abffd3a1844c9ab77", "extract_dir": "openssl-1.1.1-win32-mingw" }