Skip to content

Commit 606f196

Browse files
authored
Merge pull request #224515 from Homebrew/bump-sip-6.11.1
sip 6.11.1
2 parents bd7a7a7 + 0b91b09 commit 606f196

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/s/sip.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ class Sip < Formula
33

44
desc "Tool to create Python bindings for C and C++ libraries"
55
homepage "https://python-sip.readthedocs.io/en/latest/"
6-
url "https://files.pythonhosted.org/packages/e3/11/1ad8d00e08f26eaa45c48c085b8fdb6aba32b5c96e601d96b4b821a5b88e/sip-6.11.0.tar.gz"
7-
sha256 "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799"
6+
url "https://files.pythonhosted.org/packages/5b/62/f46c9a5634d4f9712721fe6f3c17ec19df89400c4fda3a9fd7e0f960f88e/sip-6.11.1.tar.gz"
7+
sha256 "3dae4baaf9e9f781d84bf293e0e2938dc7f44b826837889026eba53bd36c81b5"
88
license "BSD-2-Clause"
99
head "https://github.com/Python-SIP/sip.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aab21cd7892b01ce7e5d2af53ecd973b8c65c711df6c3f674fd911718fc3400e"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aab21cd7892b01ce7e5d2af53ecd973b8c65c711df6c3f674fd911718fc3400e"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aab21cd7892b01ce7e5d2af53ecd973b8c65c711df6c3f674fd911718fc3400e"
15-
sha256 cellar: :any_skip_relocation, sonoma: "783f4253c655c9ac68a6ce3e390f2c05a3f4f509a64d3db7713a84d31ff20cda"
16-
sha256 cellar: :any_skip_relocation, ventura: "783f4253c655c9ac68a6ce3e390f2c05a3f4f509a64d3db7713a84d31ff20cda"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "ac9af0c04324987bfba6a8bbe0df7a5fa21d19e3d226803ceacd7fc724acba4b"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac9af0c04324987bfba6a8bbe0df7a5fa21d19e3d226803ceacd7fc724acba4b"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce4c69155ae1a5ec482636deb7ca18c592dc9f55c81a08ad203ca2665ac51ee0"
15+
sha256 cellar: :any_skip_relocation, sonoma: "52a876478482491abbbb2921533ef70fc5e8b5cccc232406674d63345b24e5b9"
16+
sha256 cellar: :any_skip_relocation, ventura: "52a876478482491abbbb2921533ef70fc5e8b5cccc232406674d63345b24e5b9"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "4c950820f47c4ea50e60161eb8a30c1e9e1ccc2c75a0a8d4d09a5a71da9ccfa0"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c950820f47c4ea50e60161eb8a30c1e9e1ccc2c75a0a8d4d09a5a71da9ccfa0"
1919
end
2020

2121
depends_on "[email protected]"
@@ -26,8 +26,8 @@ class Sip < Formula
2626
end
2727

2828
resource "setuptools" do
29-
url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz"
30-
sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552"
29+
url "https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz"
30+
sha256 "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257"
3131
end
3232

3333
def python3

0 commit comments

Comments
 (0)