From 7f19faa3e06d198536b60eb696923d04b84cba50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:24:24 +0000 Subject: [PATCH] openssl: Update to version 3.1.2 --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 698fd427e6..c21616eca4 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,16 +1,16 @@ { - "version": "3.1.1", + "version": "3.1.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_1_1.exe", - "hash": "2424f0209c015aefc0da0a8c00d06186fccc9553ac3a9a5087b79f265efca8f4" + "url": "https://slproweb.com/download/Win64OpenSSL-3_1_2.exe", + "hash": "2889bcb807fa91ce4a93bbf10143efcbb9b62b1bf5a827f1be50395559f3e0f2" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-3_1_1.exe", - "hash": "f2e51490041012d796551ee23546613d89b6b57a2880726a56235ce147326d51" + "url": "https://slproweb.com/download/Win32OpenSSL-3_1_2.exe", + "hash": "d28de0092b8f78fc52da8ff15c84a1a3486a6d60055d70bbcaca368052d29264" } }, "innosetup": true,