{
    "homepage": "https://www.stunnel.org",
    "version": "5.78b9",
    "license": "GPL-2.0-or-later",
    "description": "A multiplatform GNU/GPL-licensed proxy encrypting arbitrary TCP connections with SSL/TLS",
    "architecture": {
        "64bit": {
            "url": "https://www.stunnel.org/downloads/beta/stunnel-5.78b9-win64-installer.exe#/dl.7z",
            "hash": "f651759989667e9967b894cfd6627014ea4a47150358274157b94a6084905cd6"
        }
    },
    "bin": "bin\\stunnel.exe",
    "persist": "config",
    "uninstaller": {
        "script": [
            "stunnel -stop -quiet",
            "stunnel -uninstall -quiet",
            "stunnel -exit -quiet"
        ]
    },
    "checkver": {
        "url": "https://www.stunnel.org/downloads.html",
        "regex": "beta/stunnel-(.+?)-win64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.stunnel.org/downloads/beta/stunnel-$version-win64-installer.exe#/dl.7z"
            }
        }
    },
    "notes": [
        "For Windows 32bit, use \"stunnel549\" instead",
        "Run \"stunnel -install\" in the directory where a configured stunnel.conf is located (eg C:\\ProgramData\\scoop\\persist\\stunnel\\config) to create a native Windows service. Please note that as of version 5.50 Stunnel is a 64 bit application."
    ]
}
