openssl-mingw: Update to version 1.1.1d_5

This commit is contained in:
Richard Kuhnt 2019-12-11 01:00:17 +00:00
parent 4ed12f19d5
commit 78942376b8

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://curl.haxx.se/windows/", "homepage": "https://curl.haxx.se/windows/",
"description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.", "description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.",
"version": "1.1.1d_4", "version": "1.1.1d_5",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win64-mingw.tar.xz",
"hash": "0ec78eaffec5534986fdef0c96167ac6645aab73110656ad41a9feb4f08ae653", "hash": "07ed4a8ef9cfd22d7c386774e4bf9e5118fe1fe27f0af95e8d9a9c670c833d60",
"extract_dir": "openssl-1.1.1d-win64-mingw" "extract_dir": "openssl-1.1.1d-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.67.0_4/openssl-1.1.1d_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.67.0_5/openssl-1.1.1d_5-win32-mingw.tar.xz",
"hash": "4f7396ea6016b104a4208040a6fad2a18e4afb2c15059164ddb1ab7a742f53a4", "hash": "e973d712aa10a5de7882db4cd7bfd8901731242022c83aad9254112373afb850",
"extract_dir": "openssl-1.1.1d-win32-mingw" "extract_dir": "openssl-1.1.1d-win32-mingw"
} }
}, },