From 8a2d52abea66c578121160327aaa75affb5178cb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 26 Mar 2021 06:00:23 +0000 Subject: [PATCH] openssl: Update to version 1.1.1k --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index a92fb2b84d..1ea9670fd0 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,5 +1,5 @@ { - "version": "1.1.1j", + "version": "1.1.1k", "description": "TLS/SSL toolkit", "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "license": { @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1j.exe", - "hash": "eaf2bd1fcd9b362b632a4e3f0fb22f35c904bd0c0862c8fd35ea4534e0587d2c" + "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1k.exe", + "hash": "e04b056b83572e8395aa680733fb988c6fc005b86e45f9ac0569796dfcbeaf13" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-1_1_1j.exe", - "hash": "a4f684b25f24ef2c3ec546dc7abffaec210582f9405c03199945ee13075eb039" + "url": "https://slproweb.com/download/Win32OpenSSL-1_1_1k.exe", + "hash": "ff2e8168216e279b9a537d2281f7240ccf4629e23139d71d981af63bc537c9d9" } }, "innosetup": true,