2021-04-01 01:08:01 +02:00

47 lines
1.6 KiB
JSON

{
"##": "Version 2.8.3 was moved to https://github.com/ScoopInstaller/Versions/blob/master/bucket/lynx283.json",
"version": "2.9.0dev.6",
"description": "Text web browser.",
"homepage": "https://invisible-island.net/lynx/lynx.html",
"license": "GPL-2.0-only",
"suggest": {
"Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013"
},
"depends": "cacert",
"url": [
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_1j.exe"
],
"hash": [
"f5f476826cb18ad087152efd13abab77631ade0b9544b85543435a0c27782773",
"sha512:76647e6c45a1f201c3e3125d5961f63fd84997b0d24f65da8797c6bf740f7e7745a746dfee8281bfb3342892864f4dd8bb099dfcb09397af93ded268c318269c"
],
"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"
],
"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"
}
}