From ac2a8aeb80e5a6ca64e436bf845c478bdabbd41a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 15 Nov 2019 22:01:32 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1d_4 --- 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 4cc8f25820..21af985c8a 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_2", + "version": "1.1.1d_4", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.66.0_2/openssl-1.1.1d_2-win64-mingw.tar.xz", - "hash": "27e882251a623636075ea65017eca6e6f06d227eed892d9be62e5b23c7e2ad05", + "url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win64-mingw.tar.xz", + "hash": "0ec78eaffec5534986fdef0c96167ac6645aab73110656ad41a9feb4f08ae653", "extract_dir": "openssl-1.1.1d-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.66.0_2/openssl-1.1.1d_2-win32-mingw.tar.xz", - "hash": "ffc4d9b4ed0c4dd509a70bad045b5ea1ff4bddcb41e1dfa325bc76390cf91524", + "url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win32-mingw.tar.xz", + "hash": "4f7396ea6016b104a4208040a6fad2a18e4afb2c15059164ddb1ab7a742f53a4", "extract_dir": "openssl-1.1.1d-win32-mingw" } },