ScoopInstaller_Main/bucket/openssl-mingw.json
2021-08-24 19:00:37 +00:00

41 lines
1.6 KiB
JSON

{
"version": "1.1.1l_1",
"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/",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.78.0_1/openssl-1.1.1l_1-win64-mingw.tar.xz",
"hash": "58aab518f0157485193f41f71118560b884f5e07ef426c273380a920e7ced8df",
"extract_dir": "openssl-1.1.1l_1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.78.0_1/openssl-1.1.1l_1-win32-mingw.tar.xz",
"hash": "fb239c14f3e94adf9843eb2cbd406936f287ff8bc7e6d91c31d68df13095b036",
"extract_dir": "openssl-1.1.1l_1-win32-mingw"
}
},
"bin": "openssl.exe",
"env_add_path": ".",
"env_set": {
"OPENSSL_CONF": "$dir\\openssl.cnf"
},
"checkver": "dl-(?<curl>[\\d._]+)/openssl-([\\da-z._]+)-win64-mingw",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
"extract_dir": "openssl-$version-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$version-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}