From c297005659116957c2c3942fb60477cefc5fbe7c Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:18:32 -0400 Subject: [PATCH] =?UTF-8?q?updater-libjpeg=5Fturbo-3.1.2=20=E2=80=94=20lib?= =?UTF-8?q?jpeg=5Fturbo=20=E2=86=92=203.1.2=20(#13031)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt libjpeg_turbo to updater-libjpeg_turbo-3.1.2 * updater-libjpeg_turbo-3.1.2: Package File Update Run on linux/386 container. * updater-libjpeg_turbo-3.1.2: Package File Update Run on linux/amd64 container. * updater-libjpeg_turbo-3.1.2: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/l/libjpeg_turbo.filelist | 2 +- manifest/i686/l/libjpeg_turbo.filelist | 2 +- manifest/x86_64/l/libjpeg_turbo.filelist | 2 +- packages/libjpeg_turbo.rb | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest/armv7l/l/libjpeg_turbo.filelist b/manifest/armv7l/l/libjpeg_turbo.filelist index 407e8ba42..3b7870095 100644 --- a/manifest/armv7l/l/libjpeg_turbo.filelist +++ b/manifest/armv7l/l/libjpeg_turbo.filelist @@ -1,4 +1,4 @@ -# Total size: 1725079 +# Total size: 1725831 /usr/local/bin/cjpeg /usr/local/bin/djpeg /usr/local/bin/jpegtran diff --git a/manifest/i686/l/libjpeg_turbo.filelist b/manifest/i686/l/libjpeg_turbo.filelist index b7ac33c1a..53d5cd9a7 100644 --- a/manifest/i686/l/libjpeg_turbo.filelist +++ b/manifest/i686/l/libjpeg_turbo.filelist @@ -1,4 +1,4 @@ -# Total size: 2456479 +# Total size: 2458583 /usr/local/bin/cjpeg /usr/local/bin/djpeg /usr/local/bin/jpegtran diff --git a/manifest/x86_64/l/libjpeg_turbo.filelist b/manifest/x86_64/l/libjpeg_turbo.filelist index 65c3fdb8c..31d44b36b 100644 --- a/manifest/x86_64/l/libjpeg_turbo.filelist +++ b/manifest/x86_64/l/libjpeg_turbo.filelist @@ -1,4 +1,4 @@ -# Total size: 2697615 +# Total size: 2699383 /usr/local/bin/cjpeg /usr/local/bin/djpeg /usr/local/bin/jpegtran diff --git a/packages/libjpeg_turbo.rb b/packages/libjpeg_turbo.rb index 17910ffc5..c80af3499 100644 --- a/packages/libjpeg_turbo.rb +++ b/packages/libjpeg_turbo.rb @@ -3,7 +3,7 @@ require 'buildsystems/cmake' class Libjpeg_turbo < CMake description 'Libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API.' homepage 'https://libjpeg-turbo.org' - version '3.1.1' + version '3.1.2' license 'IJG License' compatibility 'all' source_url 'https://github.com/libjpeg-turbo/libjpeg-turbo.git' @@ -11,10 +11,10 @@ class Libjpeg_turbo < CMake binary_compression 'tar.zst' binary_sha256({ - aarch64: '8ea20f411bd98eb45cbee34128240e50e33ebd8a987da2f7602e58a352781e21', - armv7l: '8ea20f411bd98eb45cbee34128240e50e33ebd8a987da2f7602e58a352781e21', - i686: '3b49ddea7c24ddf790d4fa63f5e624734d4f19d0389dfe658d2999951904a20b', - x86_64: '886737c6bb0a1da295b306b64ce0cd3bbd1879e24a3604b5e8a030d15b28a7cf' + aarch64: 'e60fa4d21fe92db76e0b1f64738d9c775f5d0cf0af856df4d259ff573aef9700', + armv7l: 'e60fa4d21fe92db76e0b1f64738d9c775f5d0cf0af856df4d259ff573aef9700', + i686: '5016c802b9ff56065326eb05891a86ca88972c3d76f868f32a84770188990179', + x86_64: 'cd84fd0c27e65619a1f9bed5675b043c00ad7d9254a5c1dc66b2142c7b759cf0' }) depends_on 'nasm' => :build