From c2222c2593f809508ddc4a57ed3b256019e5f2e5 Mon Sep 17 00:00:00 2001 From: berwyn Date: Mon, 26 Sep 2016 15:53:55 -0600 Subject: [PATCH] Updates OpenSSL to 1.1.0b (#1041) --- openssl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openssl.json b/openssl.json index 2e37f6ba64..5c3752223b 100644 --- a/openssl.json +++ b/openssl.json @@ -1,15 +1,15 @@ { "homepage": "http://slproweb.com/products/Win32OpenSSL.html", - "version": "1.1.0", + "version": "1.1.0b", "license": "https://www.openssl.org/source/license.html", "architecture": { "64bit": { - "url": "http://slproweb.com/download/Win64OpenSSL-1_1_0.exe", - "hash": "4E788AF11E850F81FB01A45C16CC7843D213337AD90B931AB45D3C1CC33BCB90" + "url": "http://slproweb.com/download/Win64OpenSSL-1_1_0b.exe", + "hash": "53f61ee3176495364df80c57ec928578136a743d8d460f6c6bae09c2a6eed1c6" }, "32bit": { - "url": "http://slproweb.com/download/Win32OpenSSL-1_1_0.exe", - "hash": "2A9EFC90DEF79348AB7AD602357B312DC4305349C1ABF3CC1ECA251214DF18D8" + "url": "http://slproweb.com/download/Win32OpenSSL-1_1_0b.exe", + "hash": "979073311cd70be8ea7f95cd20adadb159462cba574ba69df36cbfbc8c1076c6" } }, "innosetup": true,