{
    "homepage": "https://www.stunnel.org",
    "version": "5.49",
    "license": "GPL-2.0-or-later",
    "description": "A multiplatform GNU/GPL-licensed proxy encrypting arbitrary TCP connections with SSL/TLS",
    "url": "https://www.stunnel.org/downloads/archive/5.x/stunnel-5.49-win32-installer.exe#/dl.7z",
    "hash": "459bbb212baf0b9821c80e0664c830246ef6e97c7329fb08160e87ff11ae9692",
    "bin": "bin\\stunnel.exe",
    "persist": "config",
    "uninstaller": {
        "script": [
            "stunnel -stop -quiet",
            "stunnel -uninstall -quiet",
            "stunnel -exit -quiet"
        ]
    },
    "notes": "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"
}
