2020-03-09 20:25:53 -07:00

47 lines
1.6 KiB
JSON

{
"_comment": "Version 2.8.3 was moved to https://github.com/ScoopInstaller/Versions/blob/master/bucket/lynx283.json",
"version": "2.9.0dev.5",
"description": "Text web browser.",
"homepage": "https://invisible-island.net/lynx/lynx.html",
"license": "GPL-2.0-only",
"depends": "cacert",
"url": [
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_0L.exe"
],
"hash": [
"8b8028f96cd17ec58bf21ce93eab991bcd4bb044c5277a9ae89fe744b4870173",
"sha512:855987845ca2aa04c05f63c50b8e8c843809a6e483ed368ecd8ca0dd5761f1b1e8d95693a955fc7ed9db72360e937e3aa25101012d07bb205c6bdb21d771b025"
],
"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 }",
"bin": [
[
"lynx.exe",
"lynx",
"-cfg=\"$dir\\lynx.cfg\""
]
],
"shortcuts": [
[
"lynx.exe",
"lynx",
"-cfg=\"$dir\\lynx.cfg\""
]
],
"persist": [
"lynx.cfg",
"lynx.lss"
],
"suggest": {
"Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013"
},
"checkver": {
"url": "https://lynx.invisible-island.net/current/CHANGES",
"regex": "[\\d-]{10}\\s+\\(([\\w.]+)\\)"
},
"autoupdate": {
"url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe"
}
}