From 0dd4a904a632cee49f83baa0fdfa0ed265448a81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 08:30:52 +0000 Subject: [PATCH] openssl: Update to version 3.0.4 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index ee63bc709b..64f438ba9f 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.0.3", + "version": "3.0.4", "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_3.exe", - "hash": "2f4bd6c15b8f8ef9c9caea6e0165facd32e1354dea2bd0bc15f58c10c19633d2" + "url": "https://slproweb.com/download/Win64OpenSSL-3_0_4.exe", + "hash": "8f0f334e21de3d7407b4e5ec5734012e85965f8ce0433709c13c97856484af3b" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_0_3.exe", - "hash": "5e7f590ee518ab3b11621fed64e09da12ed23ffe4ef9fbea440945a718bed2bf" + "url": "https://slproweb.com/download/Win32OpenSSL-3_0_4.exe", + "hash": "f75e89572309d58033c4c4f963fbf00710848f43f5e263578672aec0c88a71ac" } }, "innosetup": true,