Skip to content

Commit 2a2d1ce

Browse files
committed
sip 6.11.1
1 parent e279f53 commit 2a2d1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/s/sip.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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

@@ -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)