mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* Update lynx.json Fixed: lynx@2.9.0dev.10: download via aria2 failed #3210 * Update lynx.json Fixed: lynx@2.9.0dev.10: download via aria2 failed #3210
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			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.10",
 | 
						|
    "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_1m.exe"
 | 
						|
    ],
 | 
						|
    "hash": [
 | 
						|
        "a2a7a7be5e1d1da971ec2e190b1f63a6e90e13438469756fcb448f5f19cd99b3",
 | 
						|
        "sha512:e1e4872e8248877f85477efabf01b83155c08de51a45551dcab378fe42dc9e327dd07374112e6e134859f1f8671c07b02889ed710292328d7de49372bc94d0c6"
 | 
						|
    ],
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |