From 38f2b42c4362f2ecf2cf3837ecd0e5e49bbb0336 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 15 Sep 2021 13:00:39 +0000 Subject: [PATCH] openssl-mingw: Update to version 3.0.0_1 --- 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 4faef394d5..51ad447fc2 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,18 +1,18 @@ { - "version": "3.0.0", + "version": "3.0.0_1", "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.79.0/openssl-3.0.0-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.79.0_1/openssl-3.0.0_1-win64-mingw.tar.xz", "hash": "5e9fc7b6d771fb912ca9df5e022cedd065f95adb227b94a2349977b614abe054", - "extract_dir": "openssl-3.0.0-win64-mingw" + "extract_dir": "openssl-3.0.0_1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.0/openssl-3.0.0-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.79.0_1/openssl-3.0.0_1-win32-mingw.tar.xz", "hash": "081ce24a5162a1d03e5c6da7c3dd05db4da9b3382245ec7286c0ca34c1c94666", - "extract_dir": "openssl-3.0.0-win32-mingw" + "extract_dir": "openssl-3.0.0_1-win32-mingw" } }, "bin": "openssl.exe",