From 76ab3429984928370c746870ed4918099a22b120 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 8 Dec 2020 22:01:47 +0000 Subject: [PATCH] openssl: Update to version 1.1.1i --- bucket/openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index a2f3673131..22a9f5a20e 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -1,6 +1,6 @@ { "homepage": "https://slproweb.com/products/Win32OpenSSL.html", - "version": "1.1.1h", + "version": "1.1.1i", "license": { "identifier": "OpenSSL|Freeware", "url": "https://www.openssl.org/source/license-openssl-ssleay.txt" @@ -8,12 +8,12 @@ "description": "TLS/SSL toolkit", "architecture": { "64bit": { - "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1h.exe", - "hash": "c98dcf06d700dffbc5eb3b10520be77c44c176b4c1b990543ff72ffa643feb5f" + "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1i.exe", + "hash": "20bca2b22ae0ca9e592820828edfe07781a25cbc14c925495a74e5f1f32b541c" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-1_1_1h.exe", - "hash": "1f2701ca196013d8ca226c229688034b99c6d9afa1efc900c87ce917df59b84f" + "url": "https://slproweb.com/download/Win32OpenSSL-1_1_1i.exe", + "hash": "7146a4c2f9b5efe51ef7d7e431ef49daad73cdddc73ab455637595ad25a0d02a" } }, "innosetup": true,