From 73b6e310e30adeb3eaac5a1ed18b5f759188f058 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 8 Jan 2020 13:00:30 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1d --- 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 4eba9057bd..2790aef79e 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_5", + "version": "1.1.1d", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win64-mingw.tar.xz", - "hash": "07ed4a8ef9cfd22d7c386774e4bf9e5118fe1fe27f0af95e8d9a9c670c833d60", + "url": "https://curl.haxx.se/windows/dl-7.68.0/openssl-1.1.1d-win64-mingw.tar.xz", + "hash": "c0b33cf464ca3bd716e8133c174136e3831960f5cd5dadca4ee9b8e8745dcb87", "extract_dir": "openssl-1.1.1d-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win32-mingw.tar.xz", - "hash": "e973d712aa10a5de7882db4cd7bfd8901731242022c83aad9254112373afb850", + "url": "https://curl.haxx.se/windows/dl-7.68.0/openssl-1.1.1d-win32-mingw.tar.xz", + "hash": "e41f9a1ade002b8df292de43db6dd876a027ae368fe1f425634803f4a8f6a2b9", "extract_dir": "openssl-1.1.1d-win32-mingw" } },