mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.21",
 | 
						|
    "homepage": "http://links.twibright.com/",
 | 
						|
    "description": "A graphics and text mode web browser.",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://links.twibright.com/download/binaries/win32/Links-2.21-64bit-install.exe#/dl.7z",
 | 
						|
            "hash": "8fae3b612402bf3b9415ee2410f36adee945f6180014ec171d4e1a336059ca37"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "http://links.twibright.com/download/binaries/win32/Links-2.21-32bit-install.exe#/dl.7z",
 | 
						|
            "hash": "872a83cd48202f4c6d87aa40006414d295a863264c5f19333603ac1bf4380c5f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force",
 | 
						|
    "bin": "links.exe",
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "links-g.exe",
 | 
						|
            "Links WWW Browser"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "http://links.twibright.com/download/binaries/win32/?C=M;O=D",
 | 
						|
        "regex": "Links-([\\d.]+)-"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "http://links.twibright.com/download/binaries/win32/Links-$version-64bit-install.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "http://links.twibright.com/download/binaries/win32/Links-$version-32bit-install.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |