mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.25",
 | 
						|
    "description": "A graphics and text mode web browser.",
 | 
						|
    "homepage": "http://links.twibright.com/",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "http://links.twibright.com/download/binaries/win32/Links-2.25-64bit-install.exe#/dl.7z",
 | 
						|
            "hash": "440ef02578cf8fad058c83caccbab545f153ac068a9e00f98025e5b6b2bff963"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "http://links.twibright.com/download/binaries/win32/Links-2.25-32bit-install.exe#/dl.7z",
 | 
						|
            "hash": "fb4247842691baa801c560b3cae9345ab911be0e49ab89a9ef550c1b3b0cc6c7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |