mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
47 lines
1.6 KiB
JSON
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.6",
|
|
"description": "Text web browser.",
|
|
"homepage": "https://invisible-island.net/lynx/lynx.html",
|
|
"license": "GPL-2.0-only",
|
|
"depends": "cacert",
|
|
"suggest": {
|
|
"Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013"
|
|
},
|
|
"url": [
|
|
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
|
|
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_1h.exe"
|
|
],
|
|
"hash": [
|
|
"f5f476826cb18ad087152efd13abab77631ade0b9544b85543435a0c27782773",
|
|
"sha512:d97ee0fd800c7f634576df86d93981e61fd00c0805661dd302a5ca106613ace8716e5eaf7c89aa53a3b7b9ffce52c53896e4ec86dbf523ffb418d58cf7bbcdd5"
|
|
],
|
|
"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"
|
|
}
|
|
}
|