Skip to content

Commit

Permalink
Merge pull request #200993 from Homebrew/bump-jpeg-turbo-3.1.0
Browse files Browse the repository at this point in the history
jpeg-turbo 3.1.0
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents 36a4bcb + 9cfb005 commit 7745d32
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/j/jpeg-turbo.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class JpegTurbo < Formula
desc "JPEG image codec that aids compression and decompression"
homepage "https://www.libjpeg-turbo.org/"
url "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4.tar.gz"
sha256 "99130559e7d62e8d695f2c0eaeef912c5828d5b84a0537dcb24c9678c9d5b76b"
url "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz"
sha256 "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93"
license all_of: [
"IJG", # libjpeg API library and programs
"Zlib", # libjpeg-turbo SIMD source code
Expand All @@ -16,13 +16,12 @@ class JpegTurbo < Formula
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "45448929e1c82c5c958da022e2c4396d8c5e7d753005da3dce89fe4f33b80d91"
sha256 cellar: :any, arm64_sonoma: "5f9b4512cc023a468d69a021eb4ce1a6cc112a94202f7a6c2c2a69982c210f2b"
sha256 cellar: :any, arm64_ventura: "8f8c316eca20f02b946386c2bfd11ced6d1953272336eb01661779697d6f7b55"
sha256 cellar: :any, sonoma: "39ec0259e399be685749b2a9cef9cef6ba25314ff2fe32be0e4b0cbcb903e070"
sha256 cellar: :any, ventura: "8cc44d75e66f9fd844d9275b5289b2dbf3ffad9bc1651391ae84e1406b5c6a3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c5a765ce6321ddfb4704d06037ae21ca71883135581c4717f395736cb448c2f"
sha256 cellar: :any, arm64_sequoia: "c43b108ab9895d7aa1f649d9d3b10da482657eb1216d060577142b805cfe490c"
sha256 cellar: :any, arm64_sonoma: "03d179652a6d36ece4f02bbbc091ff6e3bb1d9454ba4e7a160c8d2fbab83b7d6"
sha256 cellar: :any, arm64_ventura: "a9b6c86773453e3973ce817c15357acd3d16c6d839dd2b4b27b8ecd46efd5ac9"
sha256 cellar: :any, sonoma: "71334a8545e4e669f06c88c11e9b0adddce19a797f088dcc3db5d6513d0861bb"
sha256 cellar: :any, ventura: "9bd429d9b147fb9f042b70e907c50f5287572282c1f29bb243082c7a13e24ff4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "87e49b8d9e91e96ab8a404ab29746f5705c204001ff745d2aa2c93e55b2798d8"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 7745d32

Please sign in to comment.