Skip to content

Commit

Permalink
Merge pull request #173664 from Homebrew/bump-maturin-1.6.0
Browse files Browse the repository at this point in the history
maturin 1.6.0
  • Loading branch information
BrewTestBot authored Jun 4, 2024
2 parents 2eb5687 + eb2933a commit ba9daa9
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
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.5.1.tar.gz"
sha256 "18198cc9421d04933586b9730abcdd80fe3484e209d2b8223aa7dc1f12c4c3fe"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.6.0.tar.gz"
sha256 "10809d4df85532cb70d9f186117cac8b2d2fa9b03c8f2fb53a8dc8a531f5afeb"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "816bac13e0ade88644be6302046a122933eb764144319b0e285d71886d4f7ced"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f0070fd7512a2d053c2570ea2950bdbc6e93e82c32a6d0b6e2a87073245d174"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bc1f48134f94033c3076ec81789f8535cdd7bfbe491a0c4ab7fabd77da81ce15"
sha256 cellar: :any_skip_relocation, sonoma: "2624f61bf61c382b484327da793647605b1f148febfa2986903f48a2647d6c0d"
sha256 cellar: :any_skip_relocation, ventura: "dcce958776df8b4918d45cef232bb4397b9dbbaf2b5595a08d2bd0d51c497a49"
sha256 cellar: :any_skip_relocation, monterey: "b449b675cb65e15b297278034cb6638c49788c18ae71a528de6d3cb1846a52a2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8b6989129f8ef6742a60e6284ce41236e7a302b571eaa0b0561345e92c777ffc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "03aa70283ce54686043691afe12e2db8b4b67467000f81e9fd14be1d6c8838dc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c2b9a3422d09d64f029485ddedc4119b683c1981c61d70b784531d42a71d22d4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d42604f20c9cdea68cb9d8ae1d240fbb0558df35ce9a6df5272b2c38ddfdc1f4"
sha256 cellar: :any_skip_relocation, sonoma: "7bc8cdb084d39d57e5f3653572d208efa152c7fd5f5f17e9f9503565d7c7e604"
sha256 cellar: :any_skip_relocation, ventura: "d28a84793ace2256e1b0a0e12a24216824646544cf82070f71d1accb68aef1e2"
sha256 cellar: :any_skip_relocation, monterey: "04e6b3fbc65189ee76fee372cd193635d0dbd96864581e0d1ecebab9c60f9b3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "716e67803b377ce3c121b2ad38eb854b4823029c9f836a2e60a28296693a671a"
end

depends_on "[email protected]" => :test
depends_on "rust"

uses_from_macos "bzip2"

def install
# Work around an Xcode 15 linker issue which causes linkage against LLVM's
# libunwind due to it being present in a library search path.
Expand Down

0 comments on commit ba9daa9

Please sign in to comment.