From 3ac9b6eef7485e81a7bdfb02af880df7d4708f1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:42:27 +0000 Subject: [PATCH] openssl@3.0.1: Fix hash (Closes #3328) --- bucket/openssl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 0fde5d7ea8..5114424569 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL-3_0_1.exe", - "hash": "d2eea91c5d7bc33a9ea69c6a1d82cef6113d08760601b9986c12e6828904dfcc" + "hash": "d7099b77079e6a5f9c528011733679b27d99b09ba997a33affe563b6d89fc176" }, "32bit": { "url": "https://slproweb.com/download/Win32OpenSSL-3_0_1.exe", - "hash": "2d39885a7c6d607bf05327e53e86f3a3e159ad4650bc06b6dbe0719aa7eb235b" + "hash": "330f06d9855251c1a2d63e65a4ee16bab7a15a634bb067789224c0b1f9e07c16" } }, "innosetup": true,