Skip to content

Commit

Permalink
lynx@2.9.2: Fix dependency (#6203)
Browse files Browse the repository at this point in the history
* Fix OpenSSL Light URL

* Update hash

* use 3.0.x

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
  • Loading branch information
bluerememberedearth and HUMORCE authored Sep 21, 2024
1 parent 711ad0b commit 4f9e1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/lynx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"innosetup": true,
"url": [
"https://invisible-island.net/archives/lynx/current/lynx-newssl2.9.2-setup.exe",
"https://slproweb.com/download/Win32OpenSSL_Light-3_0_14.exe"
"https://slproweb.com/download/Win32OpenSSL_Light-3_0_15.exe"
],
"hash": [
"12165dfb4e0608a7cd25a088e439a64b6573fff07c32757e989211a04d3b20d7",
"75ebba9e835c28343c3fdfecca82c5a46089c1f14b6c182f5ef03170f2735c00"
"8ec1cad86c78e5474b0ac0c41c2231f0e8ffac21ec35c0d1c209337e6983495f"
],
"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": [
Expand Down

0 comments on commit 4f9e1ab

Please sign in to comment.