{ "version": "3.1.0", "description": "TLS/SSL toolkit", "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL-3_1_0.exe", "hash": "2bfda3e88f94852a378214f229aed822d2d98bd209e271325fa81063fbab322d" }, "32bit": { "url": "https://slproweb.com/download/Win32OpenSSL-3_1_0.exe", "hash": "0e1e85810367ef0b8384c09e7a71895de91a8a714bc848d9b32ef5a73f832923" } }, "innosetup": true, "env_add_path": "bin", "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf", "OPENSSL_LIB_DIR": "$dir\\lib", "OPENSSL_INCLUDE_DIR": "$dir\\include", "OPENSSL_MODULES": "$dir\\bin" }, "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" } } }