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