mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.5",
|
|
"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_0L.exe"
|
|
],
|
|
"hash": [
|
|
"8b8028f96cd17ec58bf21ce93eab991bcd4bb044c5277a9ae89fe744b4870173",
|
|
"sha512:03b77c2613f60e397883a7497993608f0655df9fcbad93d64899dda161027816820f4e24c8300fa934300b1506a37134c1bc02faffc1b304cc89cb663c4feed1"
|
|
],
|
|
"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"
|
|
}
|
|
}
|