diff --git a/bucket/lynx.json b/bucket/lynx.json index c659c1fc0f..a3ed8cc031 100644 --- a/bucket/lynx.json +++ b/bucket/lynx.json @@ -5,13 +5,16 @@ "homepage": "https://invisible-island.net/lynx/lynx.html", "license": "GPL-2.0-only", "depends": "cacert", + "suggest": { + "Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013" + }, "url": [ "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe", "https://slproweb.com/download/Win32OpenSSL_Light-1_1_0L.exe" ], "hash": [ "8b8028f96cd17ec58bf21ce93eab991bcd4bb044c5277a9ae89fe744b4870173", - "sha512:855987845ca2aa04c05f63c50b8e8c843809a6e483ed368ecd8ca0dd5761f1b1e8d95693a955fc7ed9db72360e937e3aa25101012d07bb205c6bdb21d771b025" + "sha512:03b77c2613f60e397883a7497993608f0655df9fcbad93d64899dda161027816820f4e24c8300fa934300b1506a37134c1bc02faffc1b304cc89cb663c4feed1" ], "innosetup": true, "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 }", @@ -33,9 +36,6 @@ "lynx.cfg", "lynx.lss" ], - "suggest": { - "Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013" - }, "checkver": { "url": "https://lynx.invisible-island.net/current/CHANGES", "regex": "[\\d-]{10}\\s+\\(([\\w.]+)\\)"