From 51c19d828df12062971486845cb28f2ff02923c5 Mon Sep 17 00:00:00 2001 From: Joaquin Chen <93753956+JoaquinRChen@users.noreply.github.com> Date: Wed, 18 May 2022 12:56:13 +0800 Subject: [PATCH] lynx: Update openssl url (#3581) * Update lynx.json `slproweb` changed the link url * Update lynx.json --- bucket/lynx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/lynx.json b/bucket/lynx.json index 0946bdbeb2..117b3453d1 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_1m.exe" + "https://slproweb.com/download/Win32OpenSSL_Light-1_1_1o.exe" ], "hash": [ "a2a7a7be5e1d1da971ec2e190b1f63a6e90e13438469756fcb448f5f19cd99b3", - "sha512:e1e4872e8248877f85477efabf01b83155c08de51a45551dcab378fe42dc9e327dd07374112e6e134859f1f8671c07b02889ed710292328d7de49372bc94d0c6" + "sha512:6644bb8e94ae7a6c0ea60fb53c14d55c6b09994c14e0bbc15e9be5925dff6a6da4ea745cd3262d347d2e2cb2d2da12325bf08bff7632be8ac75eb64600df7e51" ], "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 }",