From 93a4be0190fbac53ce5d5cb3449bea38cdaed7ab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Feb 2026 05:46:58 +0000 Subject: [PATCH 1/2] pybind11 3.0.2 --- Formula/p/pybind11.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/pybind11.rb b/Formula/p/pybind11.rb index 55d877a6dab6..ad4ecbb59b7c 100644 --- a/Formula/p/pybind11.rb +++ b/Formula/p/pybind11.rb @@ -1,10 +1,9 @@ class Pybind11 < Formula desc "Seamless operability between C++11 and Python" homepage "https://github.com/pybind/pybind11" - url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz" - sha256 "741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca" + url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.2.tar.gz" + sha256 "2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d" license "BSD-3-Clause" - revision 1 livecheck do url :stable From 61715a017150d887d009d2cf0febb877729f2a64 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Feb 2026 07:13:49 +0000 Subject: [PATCH 2/2] pybind11: update 3.0.2 bottle. --- Formula/p/pybind11.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pybind11.rb b/Formula/p/pybind11.rb index ad4ecbb59b7c..6e075187af9e 100644 --- a/Formula/p/pybind11.rb +++ b/Formula/p/pybind11.rb @@ -11,7 +11,7 @@ class Pybind11 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "5cf8e28a751807c0fe409e09c042ea247dcbe2540e48ea6dc3dc6c8c25a009e4" + sha256 cellar: :any_skip_relocation, all: "81f2a10b153f9041bba4bbb0b1466656df2878115a11a1d67b5033efb5624bc2" end depends_on "cmake" => :build