{
    "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 (Light, 1.x branch)",
    "architecture": {
        "32bit": {
            "url": "https://slproweb.com/download/Win32OpenSSL_Light-1_1_1w.exe",
            "hash": "613ea3572ca0dffe0ab93c1e7918502887973b97207e33b6a1bfa341c5f1eddc"
        },
        "64bit": {
            "url": "https://slproweb.com/download/Win64OpenSSL_Light-1_1_1w.exe",
            "hash": "82fc564efc673be043dac12baefc5f4d3276a7e11b222d0f948a70c7367dd162"
        }
    },
    "innosetup": true,
    "bin": "bin\\openssl.exe",
    "env_set": {
        "OPENSSL_CONF": "$dir\\bin\\openssl.cfg"
    },
    "checkver": "Win32 OpenSSL v(1\\.[\\d.\\w]+)\\s+Light<",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe"
            },
            "32bit": {
                "url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe"
            }
        },
        "hash": {
            "mode": "json",
            "jsonpath": "$.files.['$basename'].sha256",
            "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
        }
    }
}
