libjpeg-turbo: Update to version 3.0.4

This commit is contained in:
github-actions[bot] 2024-09-14 20:27:42 +00:00
parent 1ce734eb17
commit 766b87f423

View File

@ -1,16 +1,16 @@
{ {
"version": "3.0.3", "version": "3.0.4",
"description": "A JPEG image codec that uses SIMD instructions", "description": "A JPEG image codec that uses SIMD instructions",
"homepage": "https://libjpeg-turbo.org/", "homepage": "https://libjpeg-turbo.org/",
"license": "IJG,BSD-3-Clause,Zlib", "license": "IJG,BSD-3-Clause,Zlib",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc64.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4-vc64.exe#/dl.7z",
"hash": "b3e6ddd9633eb963549880f9b439e395ca6db42fc6474a31f34cba5ca9e9c19e" "hash": "be83d1c9df85a843391e6832c077ce18ba025dc895fb79f4ae2442982a2b02ee"
}, },
"32bit": { "32bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4-vc.exe#/dl.7z",
"hash": "c1301a31a9a0ecb8f7ee40a55ff981f522e700e01c99a59e8877ff3901918496" "hash": "637adf5410109b4f10f98e9b35e2c267a989ca3da64114812ee1677b75a5fdef"
} }
}, },
"pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }", "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",