From 32e4ca0c3ebe87f8505ae02598a5dee7afebe926 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:56:44 +0530 Subject: [PATCH] lynx: Update OpenSSL URL Closes #4472 --- bucket/lynx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/lynx.json b/bucket/lynx.json index 7efcac7de7..84132161d1 100644 --- a/bucket/lynx.json +++ b/bucket/lynx.json @@ -10,11 +10,11 @@ "depends": "cacert", "url": [ "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe", - "https://slproweb.com/download/Win32OpenSSL_Light-1_1_1s.exe" + "https://slproweb.com/download/Win32OpenSSL_Light-1_1_1t.exe" ], "hash": [ "d7b26ea8e5775c4a4412c3da824ca8776179e6fcbadb4de4c803e2c06997537b", - "2ac51a614fb71ddfab35cbd439578e97c71530f022e7f401e9e4d37ad27c3c53" + "7d33e27fa81b1fa2e56fb3d7d9ebc09337140c39ee099801100a121d376f0030" ], "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 }",