From 0d1aed0a56f653dd75a12db9ade1eb67161161d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:31:44 +0000 Subject: [PATCH] openssl-mingw: Update to version 3.0.2 --- 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 8f39502d38..eac7780141 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,17 +1,17 @@ { - "version": "3.0.2_4", + "version": "3.0.2", "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": "Apache-2.0", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_4/openssl-3.0.2_4-win64-mingw.tar.xz", - "hash": "d42a685888e3786686d5a0ca84b2a1c6ad44147e94ebda56ab3098e1f71c47ba", + "url": "https://curl.haxx.se/windows/dl-7.83.0/openssl-3.0.2-win64-mingw.tar.xz", + "hash": "104d05f2aead0f98639654b02327e6f5552f313121c3c6c98bd3785c5e6af3aa", "extract_dir": "openssl-3.0.2-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_4/openssl-3.0.2_4-win32-mingw.tar.xz", - "hash": "7ddb3bf5f4c73b15a681b3d471479cf61dc348a814995336a3bd97528eff2221", + "url": "https://curl.haxx.se/windows/dl-7.83.0/openssl-3.0.2-win32-mingw.tar.xz", + "hash": "caa7b35e7a76a0f7e5349b90dde9cd705ebb3336795266b5cbd9f6bf4ecaa7ec", "extract_dir": "openssl-3.0.2-win32-mingw" } },