mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.0.4",
 | 
						|
    "description": "A JPEG image codec that uses SIMD instructions",
 | 
						|
    "homepage": "https://libjpeg-turbo.org/",
 | 
						|
    "license": "IJG,BSD-3-Clause,Zlib",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4-vc64.exe#/dl.7z",
 | 
						|
            "hash": "be83d1c9df85a843391e6832c077ce18ba025dc895fb79f4ae2442982a2b02ee"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4-vc.exe#/dl.7z",
 | 
						|
            "hash": "637adf5410109b4f10f98e9b35e2c267a989ca3da64114812ee1677b75a5fdef"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",
 | 
						|
    "bin": [
 | 
						|
        "bin/cjpeg.exe",
 | 
						|
        "bin/djpeg.exe",
 | 
						|
        "bin/jpegtran.exe",
 | 
						|
        "bin/rdjpgcom.exe",
 | 
						|
        "bin/tjbench.exe",
 | 
						|
        "bin/wrjpgcom.exe"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "TurboJPEG_ROOT": "$dir"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/libjpeg-turbo/libjpeg-turbo"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc64.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |