From 08db946f45dfdd604404801544e9a4370559c109 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:25:06 +0000 Subject: [PATCH] libjpeg-turbo: Update to version 3.0.3 --- bucket/libjpeg-turbo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/libjpeg-turbo.json b/bucket/libjpeg-turbo.json index e2b3192b25..626e09661e 100644 --- a/bucket/libjpeg-turbo.json +++ b/bucket/libjpeg-turbo.json @@ -1,16 +1,16 @@ { - "version": "3.0.2", + "version": "3.0.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.0.2/libjpeg-turbo-3.0.2-vc64.exe#/dl.7z", - "hash": "e3fbbb3b0055478cc33f4895c887d36d38a9818b58cdfa9b84e59ddeec3ab4b3" + "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc64.exe#/dl.7z", + "hash": "b3e6ddd9633eb963549880f9b439e395ca6db42fc6474a31f34cba5ca9e9c19e" }, "32bit": { - "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.2/libjpeg-turbo-3.0.2-vc.exe#/dl.7z", - "hash": "a96e27531fed2807ff679e4c854c15d12542c354af6d2a4d1f5ca1c821e6f0d4" + "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3-vc.exe#/dl.7z", + "hash": "c1301a31a9a0ecb8f7ee40a55ff981f522e700e01c99a59e8877ff3901918496" } }, "pre_install": "'PLUGINS', 'SYS' | ForEach-Object { Remove-Item -Recurse \"$dir/`$$_`DIR\" }",