openssl-mingw: Update to version 3.0.0

This commit is contained in:
Richard Kuhnt 2021-11-10 09:00:59 +00:00
parent 80b47d89c9
commit 05b313e8c6

View File

@ -1,17 +1,17 @@
{ {
"version": "3.0.0_4", "version": "3.0.0",
"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.",
"homepage": "https://curl.haxx.se/windows/", "homepage": "https://curl.haxx.se/windows/",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1_4/openssl-3.0.0_4-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win64-mingw.tar.xz",
"hash": "eca9285ec49fb1585332b1453e29479027b8ce39f949c908e7623645631f2143", "hash": "a5095fa0cc216fcc6261e457a8cab8271ce3c164ea15cf64152fc2e67446b4da",
"extract_dir": "openssl-3.0.0-win64-mingw" "extract_dir": "openssl-3.0.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1_4/openssl-3.0.0_4-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win32-mingw.tar.xz",
"hash": "e49242697fcf9550c7c47bd82ccc509ef9779f48287c92b5b6e535ec906ae1a6", "hash": "7ea97f87b35a3adb492ef928bf64f05cfce5a21ec53ef60d45080134ef1f39ee",
"extract_dir": "openssl-3.0.0-win32-mingw" "extract_dir": "openssl-3.0.0-win32-mingw"
} }
}, },