diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index 61158d0c3279..f10830f93e21 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -1,19 +1,18 @@ class Maturin < Formula desc "Build and publish Rust crates as Python packages" homepage "https://github.com/PyO3/maturin" - url "https://github.com/PyO3/maturin/archive/refs/tags/v1.9.6.tar.gz" - sha256 "c8aef8af6cd3d5b3331191b21191ec92d7b4ee0633e0799351a01af1c5ea2a6c" + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.10.0.tar.gz" + sha256 "e70110e9db4fb3aaf991ccd690abdfa7d1e74e6538024e0472441f4dd05c9024" license any_of: ["Apache-2.0", "MIT"] - revision 1 head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "bfad0a52d95ceaa44e11a68c7d91419d99c2b3134ae625ef5203df1c88baaead" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "69292168f5341738f5053f7848dfd119bc1fd9584e59e5272a7f68610f7a7910" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2e8ed88a6fd3d052c70d655196e92caf6152e0a505e6df57f3c8a0b8fbad9a2" - sha256 cellar: :any_skip_relocation, sonoma: "aa959075643bfe9543fc8b958df94ac91b10f45980e5d19e7b59bb9708df4b1e" - sha256 cellar: :any_skip_relocation, arm64_linux: "4a806bfb45bdcfee73ce731737da4376aa46830fec143869c2b9275ad09a0ada" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7b59ae95664ffb80a761fd3f1c30235e71ab48890883b5cf13d4e9bc711dc42" + sha256 cellar: :any, arm64_tahoe: "fc144ee9cc1f5a8bdbbe2fdba4052256611ca4e10f826031ed26ac3d54d9885b" + sha256 cellar: :any, arm64_sequoia: "f45b761982459a84cd5229f63ac758ff7215a9ffbf0616e5164a769a1bbebbf8" + sha256 cellar: :any, arm64_sonoma: "d687306b28bacb03fb8a3dc8c8c17b5ab8f7db16c37d31c8ee7b5efa463950e4" + sha256 cellar: :any, sonoma: "f5c60fe3f766fc133a57000b8d47b56f58ad9fa11f705dcbeda5301862738cdf" + sha256 cellar: :any_skip_relocation, arm64_linux: "713d2a6f79a96865b6f0b57b96f96b3c61e60edad82b41ef40bee0150f49e2c1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cc0715e78ad3da8bac57e743cd18e51da76e61dad1b6df95b76e25432c5ffe22" end depends_on "python@3.14" => :test