From 78942376b8a52f49e364c87e8ed46b77bbcfbd9c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Dec 2019 01:00:17 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1d_5 --- bucket/openssl-mingw.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index 21af985c8a..4eba9057bd 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,17 +1,17 @@ { "homepage": "https://curl.haxx.se/windows/", "description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.", - "version": "1.1.1d_4", + "version": "1.1.1d_5", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win64-mingw.tar.xz", - "hash": "0ec78eaffec5534986fdef0c96167ac6645aab73110656ad41a9feb4f08ae653", + "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win64-mingw.tar.xz", + "hash": "07ed4a8ef9cfd22d7c386774e4bf9e5118fe1fe27f0af95e8d9a9c670c833d60", "extract_dir": "openssl-1.1.1d-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win32-mingw.tar.xz", - "hash": "4f7396ea6016b104a4208040a6fad2a18e4afb2c15059164ddb1ab7a742f53a4", + "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win32-mingw.tar.xz", + "hash": "e973d712aa10a5de7882db4cd7bfd8901731242022c83aad9254112373afb850", "extract_dir": "openssl-1.1.1d-win32-mingw" } },