mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "http://www.zstd.net/",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "description": "Zstandard is a real-time compression algorithm, providing high compression ratios.",
 | 
						|
    "version": "1.3.8",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/facebook/zstd/releases/download/v1.3.8/zstd-v1.3.8-win64.zip",
 | 
						|
            "hash": "c9a2e4b845d752355ddd8351ab79db8710a18dc96050e7eb3110f33a324e401d"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/facebook/zstd/releases/download/v1.3.8/zstd-v1.3.8-win32.zip",
 | 
						|
            "hash": "726d3658292a0017bc0a5857f408b896a4c15dd498c7b2184e682051902195ec"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "zstd.exe",
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "zstd.exe",
 | 
						|
            "zstd"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/facebook/zstd"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |