From 3127c652ff509f6172ffc94f92c8189a89fdc883 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:00:09 +0000 Subject: [PATCH 1/3] jpeg-xl 0.11.1 --- Formula/j/jpeg-xl.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/j/jpeg-xl.rb b/Formula/j/jpeg-xl.rb index 07b2886719a84..2210eca96b445 100644 --- a/Formula/j/jpeg-xl.rb +++ b/Formula/j/jpeg-xl.rb @@ -1,10 +1,9 @@ class JpegXl < Formula desc "New file format for still image compression" homepage "https://jpeg.org/jpegxl/index.html" - url "https://github.com/libjxl/libjxl/archive/refs/tags/v0.11.0.tar.gz" - sha256 "7ce4ec8bb37a435a73ac18c4c9ff56c2dc6c98892bf3f53a328e3eca42efb9cf" + url "https://github.com/libjxl/libjxl/archive/refs/tags/v0.11.1.tar.gz" + sha256 "1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9" license "BSD-3-Clause" - revision 1 livecheck do url :stable From 95f2d694c57a6322a68910dc000772c49d799669 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 26 Nov 2024 19:59:37 -0500 Subject: [PATCH 2/3] triage(long dependent tests): add jpeg-xl Signed-off-by: Rui Chen --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index a9572461959db..0e102ac4a9c67 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -301,6 +301,7 @@ jobs: imath|\ jasper|\ jpeg-turbo|\ + jpeg-xl|\ libcap|\ libgcrypt|\ libgpg-error|\ From 962b67b0243b1155c3f982467d15f897876a4d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:40:10 +0000 Subject: [PATCH 3/3] jpeg-xl: update 0.11.1 bottle. --- Formula/j/jpeg-xl.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/j/jpeg-xl.rb b/Formula/j/jpeg-xl.rb index 2210eca96b445..4644c8077243e 100644 --- a/Formula/j/jpeg-xl.rb +++ b/Formula/j/jpeg-xl.rb @@ -11,13 +11,12 @@ class JpegXl < Formula end bottle do - rebuild 1 - sha256 cellar: :any, arm64_sequoia: "dab129af0d9abb0ccb9f9a0ac7e99384499f879b7cb761ba65c4d7d9eb676467" - sha256 cellar: :any, arm64_sonoma: "634df52a146cffc78ed34fb5c14faa759e18c5316d2aa8122feb0c3ee2d8085b" - sha256 cellar: :any, arm64_ventura: "1a706d2233f5be30460d898953e357d34bf8dacb0effe9bc7e6cc088f63417f2" - sha256 cellar: :any, sonoma: "3c94d3e7138bbb5bc30c36a973cce8481c8ef77be5e16ddac80c165e37b77507" - sha256 cellar: :any, ventura: "49c9bfe13944566c94c76740c6f69357fce31646b2f2d219581ee03a042b22ce" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0a3737e6b13ac9b624414d4883adcf1b5202c440ae4f0e730e389653fbe4e626" + sha256 cellar: :any, arm64_sequoia: "e55e2be8d3c75882b0db111e3925b5b2ab937bc28255c73e6d6da370b5d695e2" + sha256 cellar: :any, arm64_sonoma: "e16ed22cd8691d3dfa5397b8f1e3ea0bead0d562ec8a114ccb73248cc2149ba8" + sha256 cellar: :any, arm64_ventura: "9aa6aeaf24e83b836f4c78739b2f92f6ffdb312c4a4713e6195763267f29c6dd" + sha256 cellar: :any, sonoma: "366b2602c265d810b87c1475bba10b185e66d54362d770a80f35ef8f556f185f" + sha256 cellar: :any, ventura: "50b22e54a36fe7bd74cb058a15d0b2ba7cd1a497ac9a5670050a3ec8f73f081c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8347218162b01146c21087e93462c83290cdb05fc6d1595266785c7d21f7381f" end depends_on "asciidoc" => :build