mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[pybind11] Update to 2.11.0 (#33188)
This commit is contained in:
parent
a41cb3e775
commit
39412b8396
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pybind/pybind11
|
||||
REF "v${VERSION}"
|
||||
SHA512 7970defbb6d057a44468ed707c80bfa6ef8c9578528fbc084b03aeea20a52dbd681581f82d55ff90af11ee89693379bd79e2ab6603239ba05b0aa8da29dd93c7
|
||||
SHA512 10edfdc499ed70234de0796f79b9f3a7a14d4baf01fb09fedbd9126e0a13d9cdeb213950c53a8f7a67cd6049b1db31efacfe2192098236b242ad3685967ea907
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-debug-link.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pybind11",
|
||||
"version": "2.10.4",
|
||||
"version": "2.11.0",
|
||||
"port-version": 1,
|
||||
"description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
|
||||
"homepage": "https://github.com/pybind/pybind11",
|
||||
|
@ -6593,7 +6593,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"pybind11": {
|
||||
"baseline": "2.10.4",
|
||||
"baseline": "2.11.0",
|
||||
"port-version": 1
|
||||
},
|
||||
"pystring": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3aeca2d8bc4821ab8e508e9097386fdaa6f12eef",
|
||||
"version": "2.11.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "14db30027dba1e9d7ba976dd0645dac59ec553a8",
|
||||
"version": "2.10.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user