aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ershov <digital.stream.of.mind@gmail.com>2018-07-10 20:46:38 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-07-10 10:46:38 -0700
commit69abe4cfb7527897ef6bb739c310bb9db6cbf9af (patch)
treed3ccdbdd54e7c901ba802af668b959965b9166df
parent5303da0c2e9592ab5f121897c5f08a00e952e924 (diff)
downloadvcpkg-69abe4cfb7527897ef6bb739c310bb9db6cbf9af.tar.gz
vcpkg-69abe4cfb7527897ef6bb739c310bb9db6cbf9af.zip
[pybind11] Update to 2.2.3 (#3879)
-rw-r--r--ports/pybind11/CONTROL2
-rw-r--r--ports/pybind11/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index 66157db1d..bd389141b 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,4 +1,4 @@
Source: pybind11
-Version: 2.2.1
+Version: 2.2.3
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
diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake
index 9425baae6..892f173fa 100644
--- a/ports/pybind11/portfile.cmake
+++ b/ports/pybind11/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
- REF v2.2.1
- SHA512 1bc0646862fabef1111c05403a7238965ce5661a6f53945a1b7c4faad33f039d2ea278de64190099a8ae4fd66487a070de59334a7f32e187060bbbc7e0c3060e
+ REF v2.2.3
+ SHA512 3a43b43f44ae4a6453fe3b875384acc868310177216938cb564536e6b73c56002743137e5f61cf4ecbd6c56e3b39476ebf06aea33d460581fc7d8ba7b2a22a67
HEAD_REF master
)