libjpeg-turbo: Update to version 3.0.3

This commit is contained in:
github-actions[bot] 2024-05-08 20:25:06 +00:00
parent bcb2815a93
commit 08db946f45

View File

@ -1,16 +1,16 @@
{ {
"version": "3.0.2", "version": "3.0.3",
"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.2/libjpeg-turbo-3.0.2-vc64.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc64.exe#/dl.7z",
"hash": "e3fbbb3b0055478cc33f4895c887d36d38a9818b58cdfa9b84e59ddeec3ab4b3" "hash": "b3e6ddd9633eb963549880f9b439e395ca6db42fc6474a31f34cba5ca9e9c19e"
}, },
"32bit": { "32bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.2/libjpeg-turbo-3.0.2-vc.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc.exe#/dl.7z",
"hash": "a96e27531fed2807ff679e4c854c15d12542c354af6d2a4d1f5ca1c821e6f0d4" "hash": "c1301a31a9a0ecb8f7ee40a55ff981f522e700e01c99a59e8877ff3901918496"
} }
}, },
"pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }", "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",