From bf24c56ecc11d0d56d7e31491a1d4730111da53c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 16:36:08 +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 647960dd24..96455aee38 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,17 +1,17 @@ { - "version": "3.0.1_2", + "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.80.0_2/openssl-3.0.1_2-win64-mingw.tar.xz", - "hash": "14050f6f15729d5e714a91d35c542009215c6a177753b30fdf99db745cfd2f7a", + "url": "https://curl.haxx.se/windows/dl-7.81.0/openssl-3.0.1-win64-mingw.tar.xz", + "hash": "85fe3eeb7fa33e8db99f1d18409ac099f66cfd3664b890082dd40b8837e4d87a", "extract_dir": "openssl-3.0.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.80.0_2/openssl-3.0.1_2-win32-mingw.tar.xz", - "hash": "482bd794c618d46a503fbd6e5547ef053dc1ab8f2854549e888108ef355d1d58", + "url": "https://curl.haxx.se/windows/dl-7.81.0/openssl-3.0.1-win32-mingw.tar.xz", + "hash": "434104a91362f750bf5bb1d2697b2a75e190b21b38d29e789bd44dc2dc536d0b", "extract_dir": "openssl-3.0.1-win32-mingw" } },