Skip to content

Commit c689693

Browse files
authored
Merge pull request #229260 from Homebrew/bump-libimagequant-4.4.0
libimagequant 4.4.0
2 parents 944a578 + 4f1045f commit c689693

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/lib/libimagequant.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Libimagequant < Formula
22
desc "Palette quantization library extracted from pnquant2"
33
homepage "https://pngquant.org/lib/"
4-
url "https://github.com/ImageOptim/libimagequant/archive/refs/tags/4.3.4.tar.gz"
5-
sha256 "b86f4ac0eb707af88b0a000e2e2409e399c6969c9d0d988efafaff138cebaf96"
4+
url "https://github.com/ImageOptim/libimagequant/archive/refs/tags/4.4.0.tar.gz"
5+
sha256 "22f90ad2ba87fe44d8156862798491bf056034f031a9b8b95d720669047ede20"
66
license all_of: ["GPL-3.0-or-later", "HPND"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "9bd28748f04704e33c3d4742967af6b35ad9cb13012affff2ceda5acf65dbc9c"
10-
sha256 cellar: :any, arm64_sonoma: "af5fc3992c73074f93497b564f031620340830cb9a852da315d30d18c49e8607"
11-
sha256 cellar: :any, arm64_ventura: "fd25336fb8baca27c2f54acb62b3e4b25a6faf9af29fe7d78628955329b158f6"
12-
sha256 cellar: :any, sonoma: "f2f6742ba54280cff5c687780ae26cb32694ce7934c65e639e1b4929b76a8b8c"
13-
sha256 cellar: :any, ventura: "e96abab1e43ccedaeb0fc887b8ebfa8b7481d3c734578689bb1b00e76a394cb0"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8aec6a023e0a5e6b7aa3683661b2067c8469236acc5770ece554e8b8c0248f08"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "88ff1ab2e4d2b4837b96df12d676432af7d8d03185e4152549c5332c6e657ed3"
9+
sha256 cellar: :any, arm64_sequoia: "8784275e2aceca5533694ca52faa75e2694a03f001f965f1035f79a01152dda9"
10+
sha256 cellar: :any, arm64_sonoma: "867e588a9f65b89a23e681c78b9eeea2790c0295f77869f98893b7cc8a51b8e4"
11+
sha256 cellar: :any, arm64_ventura: "f705e5e5888cb00724316dc2913e6ee50b57e271696b7935d298042ee9d9e98a"
12+
sha256 cellar: :any, sonoma: "ae9125337223eaf632c9b9505081fb5e17661b1ced908126a7460e80fff87d3e"
13+
sha256 cellar: :any, ventura: "bd887016de402061c11307ce5cd7dd8f413b8998aab8ec1244258951088dc072"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "47e8418707d9b441ad61c1ada6c266bf40ce218907703be292fad76decb08063"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "466d5dd7b6128f807b50202517f5c78deb6652fde478e734b3ae99fabd2c45e4"
1616
end
1717

1818
depends_on "cargo-c" => :build

0 commit comments

Comments
 (0)