From f41ddc94db9f6eb88a17a2edc1377d3475fcb00f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:28:20 +0000 Subject: [PATCH] openssl: Update to version 3.0.2 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index c33b31830a..bc3bf1c580 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.0.1", + "version": "3.0.2", "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_1.exe", - "hash": "d7099b77079e6a5f9c528011733679b27d99b09ba997a33affe563b6d89fc176" + "url": "https://slproweb.com/download/Win64OpenSSL-3_0_2.exe", + "hash": "0386936c4f75d3169d1d1bc4a582660159b52068b3d989e49bcbb30f76ae2321" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_0_1.exe", - "hash": "330f06d9855251c1a2d63e65a4ee16bab7a15a634bb067789224c0b1f9e07c16" + "url": "https://slproweb.com/download/Win32OpenSSL-3_0_2.exe", + "hash": "13af89fbed2910f84f65c1615c7b536afeef4ce49840185a1f552ba6436c6ea2" } }, "innosetup": true,