{
    "homepage": "https://slproweb.com/products/Win32OpenSSL.html",
    "version": "1.1.1w",
    "license": {
        "identifier": "OpenSSL|SSLeay",
        "url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
    },
    "description": "TLS/SSL toolkit (1.x branch)",
    "architecture": {
        "32bit": {
            "url": "https://slproweb.com/download/Win32OpenSSL-1_1_1w.exe",
            "hash": "7d2098dce53032009790b596e396bb53c1894a1b4339a67befebf1848cb2ff33"
        },
        "64bit": {
            "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1w.exe",
            "hash": "3fdcae7c00fd6bf20c7da32b6d22988cbf74eff1273e6dce22bd61a076381781"
        }
    },
    "innosetup": true,
    "bin": "bin\\openssl.exe",
    "env_set": {
        "OPENSSL_CONF": "$dir\\bin\\openssl.cfg"
    },
    "checkver": "Win32 OpenSSL v(1\\.[\\d.\\w]+)<",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
            },
            "32bit": {
                "url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
            }
        },
        "hash": {
            "mode": "json",
            "jsonpath": "$.files.['$basename'].sha256",
            "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
        }
    }
}
