Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/p/pybind11.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading