Skip to content

Commit

Permalink
Merge pull request #199140 from Homebrew/bump-jpeg-xl-0.11.1
Browse files Browse the repository at this point in the history
jpeg-xl 0.11.1
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents ca970d0 + 962b67b commit 7781342
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
imath|\
jasper|\
jpeg-turbo|\
jpeg-xl|\
libcap|\
libgcrypt|\
libgpg-error|\
Expand Down
18 changes: 8 additions & 10 deletions Formula/j/jpeg-xl.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
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
regex(/^v?(\d+(?:\.\d+)+)$/i)
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
Expand Down

0 comments on commit 7781342

Please sign in to comment.