{ "homepage": "https://www.stunnel.org", "version": "5.77b2", "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.77b2-win64-installer.exe#/dl.7z", "hash": "fd5986f5aca09fad15cf332b3c7eb447b69df70b15778669b6304b6d6fcd1201" } }, "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." ] }