From 77a8fd4e44b7e60b8a5877b3839ce87336aaf661 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Mar 2019 08:00:20 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1b_3 --- openssl-mingw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl-mingw.json b/openssl-mingw.json index b9337d80e6..0b5c5057be 100644 --- a/openssl-mingw.json +++ b/openssl-mingw.json @@ -1,15 +1,15 @@ { "homepage": "https://curl.haxx.se/windows/", - "version": "1.1.1b_2", + "version": "1.1.1b_3", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.64.0_2/openssl-1.1.1b_2-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.64.0_3/openssl-1.1.1b_3-win64-mingw.tar.xz", "hash": "f5414264bd5992c9ff303587958679b9574767c1ec042707065b1058e18fca80", "extract_dir": "openssl-1.1.1b-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.64.0_2/openssl-1.1.1b_2-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.64.0_3/openssl-1.1.1b_3-win32-mingw.tar.xz", "hash": "6086cb1e04ae83f1b54cb1a4b3c24353af8cea290d3bcc7cac1481201fb0927e", "extract_dir": "openssl-1.1.1b-win32-mingw" }