{ "##": "Lynx declares that it requires Win32/32bit OpenSSL 3.0.x lib.", "version": "2.9.2", "description": "Text web browser.", "homepage": "https://invisible-island.net/lynx/lynx.html", "license": "GPL-2.0-only", "notes": "Version 2.8.3 was moved to 'version/lynx283'", "depends": "cacert", "suggest": { "vcredist": "extras/vcredist2022" }, "innosetup": true, "url": [ "https://invisible-island.net/archives/lynx/current/lynx-newssl2.9.2-setup.exe", "https://slproweb.com/download/Win32OpenSSL_Light-3_0_18.exe" ], "hash": [ "12165dfb4e0608a7cd25a088e439a64b6573fff07c32757e989211a04d3b20d7", "00ee55813dd867ef1e6d2289e15134f4918029047e055612b88e489af20d986f" ], "pre_install": "if (!(Test-Path \"$persist_dir\\lynx.cfg\")) { Add-Content \"$dir\\lynx.cfg\" -Value @(\"SSL_CERT_FILE:`\"$(appdir cacert $global)\\current\\cacert.pem`\"\", \"FORCE_SSL_PROMPT:PROMPT\") -Encoding Ascii }", "bin": [ [ "lynx.exe", "lynx", "-cfg=\"$dir\\lynx.cfg\"" ] ], "shortcuts": [ [ "lynx.exe", "lynx", "-cfg=\"$dir\\lynx.cfg\"" ] ], "persist": [ "lynx.cfg", "lynx.lss" ], "checkver": { "url": "https://lynx.invisible-island.net/current/CHANGES", "regex": "[\\d-]{10}\\s+\\(([\\w.]+)\\)" }, "autoupdate": { "url": "https://invisible-island.net/archives/lynx/current/lynx-newssl$version-setup.exe" } }