From 2fb400da247b4e536e58c4579c26ee12e186f904 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 4 Mar 2021 03:01:48 +0000 Subject: [PATCH] openssl-mingw: Update to version 1.1.1j_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 b3cb266286..d4db8d4835 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,18 +1,18 @@ { - "version": "1.1.1j_3", + "version": "1.1.1j_4", "description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.", "homepage": "https://curl.haxx.se/windows/", "license": "OpenSSL", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.75.0_3/openssl-1.1.1j_3-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.75.0_4/openssl-1.1.1j_4-win64-mingw.tar.xz", "hash": "d36670740c4b94616adf95acfa0dd329c03fc875e4ff0b326295c510e0114280", - "extract_dir": "openssl-1.1.1j_3-win64-mingw" + "extract_dir": "openssl-1.1.1j_4-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.75.0_3/openssl-1.1.1j_3-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.75.0_4/openssl-1.1.1j_4-win32-mingw.tar.xz", "hash": "40059506192533822a79bb6867ec0c70060da3b69d60673def88759448474081", - "extract_dir": "openssl-1.1.1j_3-win32-mingw" + "extract_dir": "openssl-1.1.1j_4-win32-mingw" } }, "bin": "openssl.exe",