mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "3.1.2",
 | |
|     "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.1.2/libjpeg-turbo-3.1.2-vc-x64.exe#/dl.7z",
 | |
|             "hash": "36ebf787adf093b12efe43d4a25f988863fb64d49f69008cba3dbcb4a3d78e6d"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-arm64.exe#dl.7z",
 | |
|             "hash": "7e890640b1cc7bdaf9d91402465bc618044182e004043f1d159726a315632313"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-x86.exe#/dl.7z",
 | |
|             "hash": "600b3eeeeb458ab2705bdc1924e688320006ebafaae5bdafe6e017ae9aec042b"
 | |
|         }
 | |
|     },
 | |
|     "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-vc-x64.exe#/dl.7z"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc-arm64.exe#dl.7z"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc-x86.exe#/dl.7z"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
