Skip to content

Commit ca8062f

Browse files
authored
Merge pull request #234562 from Homebrew/bump-pybind11-3.0.1
pybind11 3.0.1
2 parents 3d76263 + 01f0827 commit ca8062f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/p/pybind11.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pybind11 < Formula
22
desc "Seamless operability between C++11 and Python"
33
homepage "https://github.com/pybind/pybind11"
4-
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.0.tar.gz"
5-
sha256 "453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c"
4+
url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz"
5+
sha256 "741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Pybind11 < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "66d50f1e916c452bfaa6e6212ab2f35777de43cbf68e9d7b6b299f1a503479bd"
14+
sha256 cellar: :any_skip_relocation, all: "b166d6278d9e471fdd2d420fd33a790b764b69c3c1ff6098754517cd500a4d54"
1515
end
1616

1717
depends_on "cmake" => :build
@@ -29,7 +29,6 @@ def install
2929
system "cmake", "--install", "build"
3030

3131
# build an `:all` bottle.
32-
inreplace share/"cmake/pybind11/FindPythonLibsNew.cmake", "/usr/local", HOMEBREW_PREFIX
3332
inreplace share/"pkgconfig/pybind11.pc", /^prefix=$/, "\\0#{opt_prefix}"
3433

3534
pythons.each do |python|

0 commit comments

Comments
 (0)