openssl-mingw: Update to version 1.1.1b

This commit is contained in:
Richard Kuhnt 2019-03-29 21:01:59 +00:00
parent 456bc34269
commit abdb2cad30

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://curl.haxx.se/windows/", "homepage": "https://curl.haxx.se/windows/",
"version": "1.1.1b_4", "version": "1.1.1b",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.64.0_4/openssl-1.1.1b_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.64.1/openssl-1.1.1b-win64-mingw.tar.xz",
"hash": "f5414264bd5992c9ff303587958679b9574767c1ec042707065b1058e18fca80", "hash": "f5414264bd5992c9ff303587958679b9574767c1ec042707065b1058e18fca80",
"extract_dir": "openssl-1.1.1b-win64-mingw" "extract_dir": "openssl-1.1.1b-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.64.0_4/openssl-1.1.1b_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.64.1/openssl-1.1.1b-win32-mingw.tar.xz",
"hash": "6086cb1e04ae83f1b54cb1a4b3c24353af8cea290d3bcc7cac1481201fb0927e", "hash": "6086cb1e04ae83f1b54cb1a4b3c24353af8cea290d3bcc7cac1481201fb0927e",
"extract_dir": "openssl-1.1.1b-win32-mingw" "extract_dir": "openssl-1.1.1b-win32-mingw"
} }