aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Boldyrev <miboldyrev@gmail.com>2020-10-28 06:34:22 +0300
committerGitHub <noreply@github.com>2020-10-27 20:34:22 -0700
commite765d96d6f6ee0c448869618db626254f5345624 (patch)
treebaa6e384dddf2d0e99e83c664e9683c21097b2cc
parent27268c700a1913df1518fc8d96593eb0d5306d9c (diff)
downloadvcpkg-e765d96d6f6ee0c448869618db626254f5345624.tar.gz
vcpkg-e765d96d6f6ee0c448869618db626254f5345624.zip
[pybind11] Update to v2.6.0 (#14231)
-rw-r--r--ports/pybind11/CONTROL3
-rw-r--r--ports/pybind11/portfile.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index aba68cb6e..f2004f379 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,6 +1,5 @@
Source: pybind11
-Version: 2.5.0
-Port-Version: 1
+Version: 2.6.0
Homepage: https://github.com/pybind/pybind11
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.
Build-Depends: python3 (windows)
diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake
index 7277205d2..0664ccf67 100644
--- a/ports/pybind11/portfile.cmake
+++ b/ports/pybind11/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
- REF 3b1dbebabc801c9cf6f0953a4c20b904d444f879 # v2.5.0
- SHA512 1a75d29447dbba96eebf8ecdebad1be0dd5327c32f5122b0ece9d9ec22eae4feacd0efb3a5070b3a135a892b1682c7215b0c529b179493694df932945a379f4c
+ REF 59a2ac2745d8a57ac94c6accced73620d59fb844 # v2.6.0
+ SHA512 0fc5be2b09a324b4de1b65ee8b461591c02752658d9064d83f4e6ea9593fe81aaaaa1f8b5bafa8ccf50394f76747cefb5196ee6499b18b77234a58de9bc8604b
HEAD_REF master
)