lynx: hash fix (#1456)

Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2020-10-02 07:02:10 -07:00 committed by GitHub
parent c9146853b1
commit 12b99e1395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
], ],
"hash": [ "hash": [
"f5f476826cb18ad087152efd13abab77631ade0b9544b85543435a0c27782773", "f5f476826cb18ad087152efd13abab77631ade0b9544b85543435a0c27782773",
"sha512:03b77c2613f60e397883a7497993608f0655df9fcbad93d64899dda161027816820f4e24c8300fa934300b1506a37134c1bc02faffc1b304cc89cb663c4feed1" "sha512:d97ee0fd800c7f634576df86d93981e61fd00c0805661dd302a5ca106613ace8716e5eaf7c89aa53a3b7b9ffce52c53896e4ec86dbf523ffb418d58cf7bbcdd5"
], ],
"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 }",