diff --git a/Formula/maturin.rb b/Formula/maturin.rb index 71af8e01b0d..7dc65ed1872 100644 --- a/Formula/maturin.rb +++ b/Formula/maturin.rb @@ -7,13 +7,13 @@ class Maturin < Formula head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d4ad745110b0713ed5d00a824081e70d024d124965e804107393a76df628983" - sha256 cellar: :any_skip_relocation, arm64_monterey: "04d304ca82b75ed0d1a7ecbe18e1bcceba97bab9fcbd0cdae2802f0c90a90f14" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "17a1daff11795ebc6b2795b96fcadac33f69fcfb9176eb8d6d3877769f71222a" - sha256 cellar: :any_skip_relocation, ventura: "ef21eb26e72bd3fec09338c4607598dda1417765b10af530f16c51e22198e3c4" - sha256 cellar: :any_skip_relocation, monterey: "a374f0403e06791ba2ca830208f8acc9f3c6b283b656d8391083af6289847fb8" - sha256 cellar: :any_skip_relocation, big_sur: "cd4f0317d0c5b57fa723f70442cba5b9025020cfce143bab3f13b383e0dfcac6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b702bdc2679fba4735c0070aeb4cd4379685493f3d3b3ee22319d06150534b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "62d36b38fc88a77f0eaf56ef8951e3d941ea5d5a4bcaf253508ff3ef7204d900" + sha256 cellar: :any_skip_relocation, arm64_monterey: "76ee0f998729a2f743fb85b8596d8a10a416ded561520ff2e18615dde36c448b" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "2d3259a21cbd5fdb3d38cec5282dcedb39da318dac9355758977b643949f5c0c" + sha256 cellar: :any_skip_relocation, ventura: "e5134cd396e608d83db4b4324a7f51c81302b3880dd1d84b57151681d2a5ab75" + sha256 cellar: :any_skip_relocation, monterey: "e61d09f9145da8a3dd57646254dfe276bffbf2a6e86ebaca1fbf43ecd5a99b76" + sha256 cellar: :any_skip_relocation, big_sur: "b865577364cb942f59a7784e41e6691b5b3f0af9f5824fa336443994d685c457" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8999f74b24a1c4c161dda9748f35bfd3989c92bbc9ce4d6000cc34e86b1d36a6" end depends_on "python@3.11" => :test