openssl-mingw: Update to version 1.1.1c

This commit is contained in:
Richard Kuhnt 2019-07-17 12:00:17 +00:00
parent c274ab4e19
commit b6ad868b17

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://curl.haxx.se/windows/", "homepage": "https://curl.haxx.se/windows/",
"version": "1.1.1c_3", "version": "1.1.1c",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1_3/openssl-1.1.1c_3-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.2/openssl-1.1.1c-win64-mingw.tar.xz",
"hash": "cb37ddf46c6b14d69928ab96d9519a4fe28ed43b8f6e00358563280575c24298", "hash": "58884dfc6d24f91809c56ae00d6a19646245cc289345b4d890f1ceacfec69356",
"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_3/openssl-1.1.1c_3-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.2/openssl-1.1.1c-win32-mingw.tar.xz",
"hash": "5b698bd4b9f8dcaa01779988eb4d53711e4fb7a7e85f8c6f7ddabafea7cc60b1", "hash": "e625c08cc9930c844777d26e67485f927cdaac87d950cf7be77a83e609cd2999",
"extract_dir": "openssl-1.1.1c-win32-mingw" "extract_dir": "openssl-1.1.1c-win32-mingw"
} }
}, },