From 4093b705b4f38a50cc51055ff6083d67e7014625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:32:57 +0000 Subject: [PATCH] openssl: Update to version 3.1.3 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index c21616eca4..fa6143e004 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.1.2", + "version": "3.1.3", "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_2.exe", - "hash": "2889bcb807fa91ce4a93bbf10143efcbb9b62b1bf5a827f1be50395559f3e0f2" + "url": "https://slproweb.com/download/Win64OpenSSL-3_1_3.exe", + "hash": "8ad4560ba80041b02469c6e77d5e4e1e0744d4a9c20a7c026eb82d1982d588e2" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_1_2.exe", - "hash": "d28de0092b8f78fc52da8ff15c84a1a3486a6d60055d70bbcaca368052d29264" + "url": "https://slproweb.com/download/Win32OpenSSL-3_1_3.exe", + "hash": "6392df4333c25cb7f3cff9c831c14f7490a8c866acb4cc814c09566f83013f89" } }, "innosetup": true,