openssl-mingw: Update to version 1.1.1c_1

This commit is contained in:
Richard Kuhnt 2019-06-11 16:02:03 +00:00
parent e162d0135a
commit 2dbc5f2019

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://curl.haxx.se/windows/", "homepage": "https://curl.haxx.se/windows/",
"version": "1.1.1c", "version": "1.1.1c_1",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1/openssl-1.1.1c-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.1_1/openssl-1.1.1c_1-win64-mingw.tar.xz",
"hash": "7887ba79b51f0392d29f247165e2fd00bc5682c567d9716cf29a4aefb3d1e1a9", "hash": "7887ba79b51f0392d29f247165e2fd00bc5682c567d9716cf29a4aefb3d1e1a9",
"extract_dir": "openssl-1.1.1c-win64-mingw" "extract_dir": "openssl-1.1.1c-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1/openssl-1.1.1c-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.1_1/openssl-1.1.1c_1-win32-mingw.tar.xz",
"hash": "25434904e41a4d9473e6f8d6a3a83c3d6d7f57cdb05e57b30b89fdd505ca2d48", "hash": "25434904e41a4d9473e6f8d6a3a83c3d6d7f57cdb05e57b30b89fdd505ca2d48",
"extract_dir": "openssl-1.1.1c-win32-mingw" "extract_dir": "openssl-1.1.1c-win32-mingw"
} }