mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.2.9",
 | 
						|
    "description": "XZ Utils is free general-purpose data compression software with a high compression ratio.",
 | 
						|
    "homepage": "https://tukaani.org/xz/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "LGPL-2.1-or-later,GPL-2.0-or-later,GPL-3.0-or-later,Public Domain",
 | 
						|
        "url": "https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING"
 | 
						|
    },
 | 
						|
    "url": "https://tukaani.org/xz/xz-5.2.9-windows.zip",
 | 
						|
    "hash": "62ac7ba1e223616b365bd7bf1f2231b1c7e0aad111d53e675bef77ef1ac65c43",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "bin": [
 | 
						|
                "bin_x86-64\\lzmadec.exe",
 | 
						|
                "bin_x86-64\\lzmainfo.exe",
 | 
						|
                "bin_x86-64\\xz.exe",
 | 
						|
                "bin_x86-64\\xzdec.exe"
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "bin": [
 | 
						|
                "bin_i686\\lzmadec.exe",
 | 
						|
                "bin_i686\\lzmainfo.exe",
 | 
						|
                "bin_i686\\xz.exe",
 | 
						|
                "bin_i686\\xzdec.exe"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS",
 | 
						|
        "regex": "\\n([\\d.]+) \\("
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://tukaani.org/xz/xz-$version-windows.zip"
 | 
						|
    }
 | 
						|
}
 |