From 9a98dcf84b31bb538f32170ecbe40a62e44cafe2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 27 Aug 2020 17:00:19 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1g_4 --- bucket/openssl-mingw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index a2d877a878..10e4972306 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,16 +1,16 @@ { "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.1g_3", + "version": "1.1.1g_4", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.72.0_3/openssl-1.1.1g_3-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.72.0_4/openssl-1.1.1g_4-win64-mingw.tar.xz", "hash": "cbdcbd72390e52e5319748c0d203b025293ae227212324fe853b10853206a71e", "extract_dir": "openssl-1.1.1g-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.72.0_3/openssl-1.1.1g_3-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.72.0_4/openssl-1.1.1g_4-win32-mingw.tar.xz", "hash": "d9705019066b94370b60b54bf7e7e812092bdff5c8e04cbbb18f1a53fa7525c0", "extract_dir": "openssl-1.1.1g-win32-mingw" }