libjpeg-turbo: Update to version 3.1.3

This commit is contained in:
github-actions[bot] 2025-12-11 00:43:03 +00:00
parent 331deee4e2
commit d5e3caab6f

View File

@ -1,20 +1,20 @@
{ {
"version": "3.1.2", "version": "3.1.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.1.2/libjpeg-turbo-3.1.2-vc-x64.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-x64.exe#/dl.7z",
"hash": "36ebf787adf093b12efe43d4a25f988863fb64d49f69008cba3dbcb4a3d78e6d" "hash": "493a007cc73292531e8b186d35a22a483f6865919f936144c7b6c583b3e2ff66"
}, },
"arm64": { "arm64": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-arm64.exe#dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-arm64.exe#dl.7z",
"hash": "7e890640b1cc7bdaf9d91402465bc618044182e004043f1d159726a315632313" "hash": "84c9ce2e3ce452a7c8bb28b94c326d59a8d7d9530ff85b0a5b22b452efc669aa"
}, },
"32bit": { "32bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-x86.exe#/dl.7z", "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-x86.exe#/dl.7z",
"hash": "600b3eeeeb458ab2705bdc1924e688320006ebafaae5bdafe6e017ae9aec042b" "hash": "067f661985f34db220c22b80ffe0079eace29a34ca638163fcf77190b4c24ea4"
} }
}, },
"pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }", "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",