From b225805d1418d957c6b42121ad81d8658baad042 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 00:32:18 +0000 Subject: [PATCH] openssl-mingw: Update to version 3.0.1_1 --- bucket/openssl-mingw.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/openssl-mingw.json b/bucket/openssl-mingw.json index ba6a03cdf7..83936ce8bf 100644 --- a/bucket/openssl-mingw.json +++ b/bucket/openssl-mingw.json @@ -1,18 +1,18 @@ { - "version": "3.0.0", + "version": "3.0.1_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/openssl-3.0.0-win64-mingw.tar.xz", - "hash": "a5095fa0cc216fcc6261e457a8cab8271ce3c164ea15cf64152fc2e67446b4da", - "extract_dir": "openssl-3.0.0-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.80.0_1/openssl-3.0.1_1-win64-mingw.tar.xz", + "hash": "14050f6f15729d5e714a91d35c542009215c6a177753b30fdf99db745cfd2f7a", + "extract_dir": "openssl-3.0.1-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win32-mingw.tar.xz", - "hash": "7ea97f87b35a3adb492ef928bf64f05cfce5a21ec53ef60d45080134ef1f39ee", - "extract_dir": "openssl-3.0.0-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.80.0_1/openssl-3.0.1_1-win32-mingw.tar.xz", + "hash": "482bd794c618d46a503fbd6e5547ef053dc1ab8f2854549e888108ef355d1d58", + "extract_dir": "openssl-3.0.1-win32-mingw" } }, "bin": "openssl.exe",