mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "3.0.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.0.3/libjpeg-turbo-3.0.3-vc64.exe#/dl.7z",
|
|
"hash": "b3e6ddd9633eb963549880f9b439e395ca6db42fc6474a31f34cba5ca9e9c19e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc.exe#/dl.7z",
|
|
"hash": "c1301a31a9a0ecb8f7ee40a55ff981f522e700e01c99a59e8877ff3901918496"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|