Skip to content

Commit 2e1aeef

Browse files
authored
Merge pull request #228702 from Homebrew/bump-pillow-11.3.0
pillow 11.3.0
2 parents 5bebe41 + 0e7505f commit 2e1aeef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/pillow.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Pillow < Formula
22
desc "Friendly PIL fork (Python Imaging Library)"
33
homepage "https://python-pillow.github.io/"
4-
url "https://files.pythonhosted.org/packages/af/cb/bb5c01fcd2a69335b86c22142b2bccfc3464087efb7fd382eee5ffc7fdf7/pillow-11.2.1.tar.gz"
5-
sha256 "a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6"
4+
url "https://files.pythonhosted.org/packages/f3/0d/d0d6dea55cd152ce3d6767bb38a8fc10e33796ba4ba210cbab9354b6d238/pillow-11.3.0.tar.gz"
5+
sha256 "3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523"
66
license "HPND"
77
head "https://github.com/python-pillow/Pillow.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "4795f66c54ecabe2ff51bac254ddd4d928b8a39a876a032f4c2beb256ca45d13"
11-
sha256 cellar: :any, arm64_sonoma: "83db61f72687352e8bffc56fa0ddfadbe8bae693465903ba39cfbd704d9f0788"
12-
sha256 cellar: :any, arm64_ventura: "bde65e4cd9b46783baa63f524890ac05fbfca173a37eaf55d4dd5071e094d02c"
13-
sha256 cellar: :any, sonoma: "753a0e4f8ad99015b2eecddc0b2f487ec1728457b5c1dc2ec43ef497a682a413"
14-
sha256 cellar: :any, ventura: "696e9a6bf06b41ef627a78ad56a61bc9c810791b1d61c358d1b19474b54f5609"
15-
sha256 arm64_linux: "98f94cdcaa3aacd87fc53c638e92629a9d6a351db69ad2211568f9c78b739fd5"
16-
sha256 x86_64_linux: "beade070b75c473a215372cb8bc41ec9aba0919c3fa09a66f1def1fc3881687a"
10+
sha256 cellar: :any, arm64_sequoia: "576d1075766bacbf6f77cdbe3d03d7f2628e5f3d491b7f852fa9b6db68e2eec6"
11+
sha256 cellar: :any, arm64_sonoma: "f647fb1968db54b8899989f4beb226e2f0cf645b8549e757f5f9617de9bfad9b"
12+
sha256 cellar: :any, arm64_ventura: "1e5e7093e09d0b04e689d55e8836238476b85592b46f3a9a50515e4a71796c0b"
13+
sha256 cellar: :any, sonoma: "ab3dde3744c9aac75669dcd1b03c7cff74cdeeea292c0d7515a1060c389134df"
14+
sha256 cellar: :any, ventura: "eec25e16e31d90eb0862521401fb218f7a33f207ed3b990187b0a8f103d071f8"
15+
sha256 arm64_linux: "c015db6c8d20b536700acc9c6dec5068a3f37a5ececb0a86aead2954996a3f93"
16+
sha256 x86_64_linux: "0a57aa1edc9c3dbf8c4016f3cbca34222109fc1764dacf860e385b61e248e269"
1717
end
1818

1919
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)