From 9bbda224d691343d0f135a137f7e154c759b70e5 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 26 Jan 2017 19:52:30 -0800 Subject: [PATCH] Update openssl to 1.1.0d --- openssl.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openssl.json b/openssl.json index 3c5ba961b4..4e06b172c3 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,16 @@ { "homepage": "http://slproweb.com/products/Win32OpenSSL.html", - "version": "1.1.0c", + "version": "1.1.0d", "license": "https://www.openssl.org/source/license.html", + "_comment": "Hashes at https://slproweb.com/download/win32_openssl_hashes.json", "architecture": { "64bit": { - "url": "https://slproweb.com/download/Win64OpenSSL-1_1_0c.exe", - "hash": "08099B4F6393325608ECABD541B9D51AAF2D856F3B8DF845237BBC22AAF510A1" + "url": "https://slproweb.com/download/Win64OpenSSL-1_1_0d.exe", + "hash": "71b4a8c2debfb91b13c9cb602af259eba07396e7b950962690a7af527b2cb3a3" }, "32bit": { - "url": "https://slproweb.com/download/Win32OpenSSL-1_1_0c.exe", - "hash": "D763DE9E3AF24EFEAFB0A12A9554D44D0601AE66877B1EEB2B2A4674A77983F1" + "url": "https://slproweb.com/download/Win32OpenSSL-1_1_0d.exe", + "hash": "18646d225c37d1f7b18d4b58a9a3337749b51955259e0ce162fe94aab208f311" } }, "innosetup": true,