mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "3.1.3",
|
|
"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.3/libjpeg-turbo-3.1.3-vc-x64.exe#/dl.7z",
|
|
"hash": "493a007cc73292531e8b186d35a22a483f6865919f936144c7b6c583b3e2ff66"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-arm64.exe#dl.7z",
|
|
"hash": "84c9ce2e3ce452a7c8bb28b94c326d59a8d7d9530ff85b0a5b22b452efc669aa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-x86.exe#/dl.7z",
|
|
"hash": "067f661985f34db220c22b80ffe0079eace29a34ca638163fcf77190b4c24ea4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|