From ca641fff3070f6ae9831152808ed5c3768384a28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:40:48 +0000 Subject: [PATCH] openssl: Update to version 3.0.7 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index d3f02af320..35743b39aa 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.0.5", + "version": "3.0.7", "description": "TLS/SSL toolkit", "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://slproweb.com/download/Win64OpenSSL-3_0_5.exe", - "hash": "7a75c54acee50c8fdb827dd9c352745ec05d5eee2b82bed1a0508153adb2c22e" + "url": "https://slproweb.com/download/Win64OpenSSL-3_0_7.exe", + "hash": "8e865f43585d7eee5bdf387d259de8e26f1d28798657c51033c176cec02cab5a" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_0_5.exe", - "hash": "4cb263bd51da5dc374ba442e585413f9fde2e4d556117a9738657c420052f4df" + "url": "https://slproweb.com/download/Win32OpenSSL-3_0_7.exe", + "hash": "bc97aa3d6bee0a2b4320148d79d617603213260c5c48e0c299c1a373807862f5" } }, "innosetup": true,