libjpeg-turbo: Update to version 3.1.2 (#7139)

Also adds 32bit release artifact (are we still supporting Windows
32bit?)
This commit is contained in:
jack-mil 2025-09-11 13:39:52 -04:00 committed by GitHub
parent 0c408eb143
commit 7b22fc9ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,20 @@
{
"version": "3.1.0",
"version": "3.1.2",
"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.0/libjpeg-turbo-3.1.0-vc64.exe#/dl.7z",
"hash": "49fd0295245cda636bae079f0258c751c1adec4794dbba29274c620c1c10a9b0"
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-x64.exe#/dl.7z",
"hash": "36ebf787adf093b12efe43d4a25f988863fb64d49f69008cba3dbcb4a3d78e6d"
},
"arm64": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-arm64.exe#dl.7z",
"hash": "7e890640b1cc7bdaf9d91402465bc618044182e004043f1d159726a315632313"
},
"32bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0-vc.exe#/dl.7z",
"hash": "1eec2a49e31316f0fa8ff004393b0b33057d1611cd0b4d7fa94e8624d06378ab"
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.2/libjpeg-turbo-3.1.2-vc-x86.exe#/dl.7z",
"hash": "600b3eeeeb458ab2705bdc1924e688320006ebafaae5bdafe6e017ae9aec042b"
}
},
"pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",
@ -31,10 +35,13 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc64.exe#/dl.7z"
"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.exe#/dl.7z"
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$version/libjpeg-turbo-$version-vc-x86.exe#/dl.7z"
}
}
}