From d5e3caab6fa66f36cff3fddbb3f6dcf98ca12147 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 00:43:03 +0000 Subject: [PATCH] libjpeg-turbo: Update to version 3.1.3 --- bucket/libjpeg-turbo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/libjpeg-turbo.json b/bucket/libjpeg-turbo.json index deaaee6025..dabac228a2 100644 --- a/bucket/libjpeg-turbo.json +++ b/bucket/libjpeg-turbo.json @@ -1,20 +1,20 @@ { - "version": "3.1.2", + "version": "3.1.3", "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.2/libjpeg-turbo-3.1.2-vc-x64.exe#/dl.7z", - "hash": "36ebf787adf093b12efe43d4a25f988863fb64d49f69008cba3dbcb4a3d78e6d" + "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-x64.exe#/dl.7z", + "hash": "493a007cc73292531e8b186d35a22a483f6865919f936144c7b6c583b3e2ff66" }, "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" + "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-arm64.exe#dl.7z", + "hash": "84c9ce2e3ce452a7c8bb28b94c326d59a8d7d9530ff85b0a5b22b452efc669aa" }, "32bit": { - "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" + "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.3/libjpeg-turbo-3.1.3-vc-x86.exe#/dl.7z", + "hash": "067f661985f34db220c22b80ffe0079eace29a34ca638163fcf77190b4c24ea4" } }, "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",