From 7b22fc9ce6436f1fba666531640932b30dc20b93 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:39:52 -0400 Subject: [PATCH] libjpeg-turbo: Update to version 3.1.2 (#7139) Also adds 32bit release artifact (are we still supporting Windows 32bit?) --- bucket/libjpeg-turbo.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/bucket/libjpeg-turbo.json b/bucket/libjpeg-turbo.json index f77b91ed61..deaaee6025 100644 --- a/bucket/libjpeg-turbo.json +++ b/bucket/libjpeg-turbo.json @@ -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" } } }