From f11a313afc204ba2a8b257c9c50f7208e91da571 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:31:31 +0000 Subject: [PATCH] openssl: Update to version 3.1.0 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 765fc2a310..7c734e2ea9 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.0.8", + "version": "3.1.0", "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_8.exe", - "hash": "57073a63cd8e875d2ffbf3c33ddcd567e25b72f98ecb1c9fd90c3824e443c536" + "url": "https://slproweb.com/download/Win64OpenSSL-3_1_0.exe", + "hash": "2bfda3e88f94852a378214f229aed822d2d98bd209e271325fa81063fbab322d" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_0_8.exe", - "hash": "c603ed69c88990900870261853e4d260e92dc96c9285cf0fe78d108731ad13dc" + "url": "https://slproweb.com/download/Win32OpenSSL-3_1_0.exe", + "hash": "0e1e85810367ef0b8384c09e7a71895de91a8a714bc848d9b32ef5a73f832923" } }, "innosetup": true,