mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
Update Lynx to use OpenSSL 1.1.1L (#2542)
Co-authored-by: rgibbons-test <rgibbons1221@gmail.com>
This commit is contained in:
parent
0697eea4e9
commit
ca23f85164
@ -10,11 +10,11 @@
|
|||||||
"depends": "cacert",
|
"depends": "cacert",
|
||||||
"url": [
|
"url": [
|
||||||
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
|
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
|
||||||
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_1j.exe"
|
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_1L.exe"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"a800c2d808bf2d90738c98da3f8df55f824f6934d775addc5ca9fcb4c56e2e39",
|
"434d81bc288f529a2129ea83c3deb0389bad5b9430864ac475274365daf6eca5",
|
||||||
"sha512:76647e6c45a1f201c3e3125d5961f63fd84997b0d24f65da8797c6bf740f7e7745a746dfee8281bfb3342892864f4dd8bb099dfcb09397af93ded268c318269c"
|
"sha512:75b31fcffeffd25caadbf5e0a9a71c001d1a38ce50bae8c3077b140cedce023c35f05fdfb2e29d9656ed26daa71348018efe0911df72a9bd0e1c641293eea0cb"
|
||||||
],
|
],
|
||||||
"innosetup": true,
|
"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 }",
|
"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 }",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user