2021-12-16 00:32:30 +00:00

43 lines
1.5 KiB
JSON

{
"version": "3.0.1",
"description": "TLS/SSL toolkit",
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"license": {
"identifier": "Apache-2.0",
"url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
},
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-3_0_1.exe",
"hash": "d2eea91c5d7bc33a9ea69c6a1d82cef6113d08760601b9986c12e6828904dfcc"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_1.exe",
"hash": "2d39885a7c6d607bf05327e53e86f3a3e159ad4650bc06b6dbe0719aa7eb235b"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
"OPENSSL_LIB_DIR": "$dir\\lib",
"OPENSSL_INCLUDE_DIR": "$dir\\include"
},
"checkver": "Win32 OpenSSL v([^\\s]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
},
"32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
"jsonpath": "$.files.['$basename'].sha256"
}
}
}