From 10c8b8b17666e7850f14b76d30bbe0c98524258f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 04:25:50 +0000 Subject: [PATCH] openssl: Update to version 3.1.1 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 7c734e2ea9..698fd427e6 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.1.0", + "version": "3.1.1", "description": "TLS/SSL toolkit", "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://slproweb.com/download/Win64OpenSSL-3_1_0.exe", - "hash": "2bfda3e88f94852a378214f229aed822d2d98bd209e271325fa81063fbab322d" + "url": "https://slproweb.com/download/Win64OpenSSL-3_1_1.exe", + "hash": "2424f0209c015aefc0da0a8c00d06186fccc9553ac3a9a5087b79f265efca8f4" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_1_0.exe", - "hash": "0e1e85810367ef0b8384c09e7a71895de91a8a714bc848d9b32ef5a73f832923" + "url": "https://slproweb.com/download/Win32OpenSSL-3_1_1.exe", + "hash": "f2e51490041012d796551ee23546613d89b6b57a2880726a56235ce147326d51" } }, "innosetup": true,