diff --git a/Formula/s/sip.rb b/Formula/s/sip.rb index 2e71695f53bd6..e53d7468a0261 100644 --- a/Formula/s/sip.rb +++ b/Formula/s/sip.rb @@ -9,12 +9,12 @@ class Sip < Formula head "https://github.com/Python-SIP/sip.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "90ea62d0900081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "90ea62d0900081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "90ea62d0900081d0c6428abc975a47e85e5ebf0eb08c1eaaa46eebbe2a3bb8a8" - sha256 cellar: :any_skip_relocation, sonoma: "2d401b5f1ee2e5a07740eae926f38a6122450996e9ee01facc2f0de612ae9ca2" - sha256 cellar: :any_skip_relocation, ventura: "2d401b5f1ee2e5a07740eae926f38a6122450996e9ee01facc2f0de612ae9ca2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7cb0853dcf443690abd2295ba84bd279634fa51b3e29a840e8152fe63e30504b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa15876caa8cb425d1aa7b83a91bce73af45621d373cce6febe2622c39649875" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa15876caa8cb425d1aa7b83a91bce73af45621d373cce6febe2622c39649875" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa15876caa8cb425d1aa7b83a91bce73af45621d373cce6febe2622c39649875" + sha256 cellar: :any_skip_relocation, sonoma: "9f857b0b03025a3fdc47792bdd3a6e1124fc83b2901560a9963c88cd095ef290" + sha256 cellar: :any_skip_relocation, ventura: "9f857b0b03025a3fdc47792bdd3a6e1124fc83b2901560a9963c88cd095ef290" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c09df641c9f1b3f4c19361c6313c2219cea6153465db5e8a1e333a16707cd97e" end depends_on "python@3.13"