From a0afdd1c917206d9e04ad292e9a2c9be937263e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 16:29:38 +0000 Subject: [PATCH] openssl-mingw: Update to version 3.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 e9f4b20296..8888beeb85 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,17 +1,17 @@ { - "version": "3.0.1_1", + "version": "3.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": "Apache-2.0", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.81.0_1/openssl-3.0.1_1-win64-mingw.tar.xz", - "hash": "6e2a02d4f06b35680730f0140c8da9d98d116fcf87731d63062469da800122ba", + "url": "https://curl.haxx.se/windows/dl-7.82.0/openssl-3.0.1-win64-mingw.tar.xz", + "hash": "59b4fb6f9aa20920edf06f8ebb72e341e3c8ca205463122760c294ec6847cea9", "extract_dir": "openssl-3.0.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.81.0_1/openssl-3.0.1_1-win32-mingw.tar.xz", - "hash": "a593a2c9dd8b6a8931a1fbdb22f6fa24153baddc8ef9c40ff073e98b9f63ab0b", + "url": "https://curl.haxx.se/windows/dl-7.82.0/openssl-3.0.1-win32-mingw.tar.xz", + "hash": "46092f0441ac3b85fd9e04732698f9ec91daa658cb17fd55ed81581d9770daa5", "extract_dir": "openssl-3.0.1-win32-mingw" } },