{ "homepage": "https://slproweb.com/products/Win32OpenSSL.html", "version": "3.5.3", "license": "Apache-2.0", "description": "TLS/SSL toolkit (Light)", "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL_Light-3_5_3.exe", "hash": "40f6c3e5172b554fe6eb0b259c80f63da74ed86d6d5252b0bc50e66f7aaa8f20" }, "32bit": { "url": "https://slproweb.com/download/Win32OpenSSL_Light-3_5_3.exe", "hash": "53f7b6dfd023dc47136fdf9ee853e509062cc1208e836eeefa5b75f909ab53aa" }, "arm64": { "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_5_3.exe", "hash": "ae8abeab3262cbf7eb88f1420f7365a7c631b6f9080412c0d14cef43344d8488" } }, "depends": "innounp", "installer": { "script": [ "Expand-InnoArchive -Path \"$dir\\$fname\"", "Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal", "Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force" ] }, "bin": "bin\\openssl.exe", "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" }, "checkver": { "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", "jsonpath": "$.files..basever", "regex": "([\\d.]+)", "reverse": true }, "autoupdate": { "architecture": { "64bit": { "url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe" }, "32bit": { "url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe" }, "arm64": { "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe" } }, "hash": { "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json", "jsonpath": "$.files.['$basename'].sha256" } } }