diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-09-09 17:53:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-09 17:53:41 -0700 |
| commit | ed63582f2c3a1756de967e95ee4793e96484db8d (patch) | |
| tree | 677724857f21cac0be2009acff1745ead611eb75 | |
| parent | 0db8af8cd3176d3f0aa700e7826b9206a11366b1 (diff) | |
| parent | a8ae994eddc590c5330f6b79fbb1289e1002f425 (diff) | |
| download | vcpkg-ed63582f2c3a1756de967e95ee4793e96484db8d.tar.gz vcpkg-ed63582f2c3a1756de967e95ee4793e96484db8d.zip | |
Merge pull request #1801 from kylemacfarlan/pybind11
[pybind11] Update pybind11 version to 2.2.0
| -rw-r--r-- | ports/pybind11/CONTROL | 2 | ||||
| -rw-r--r-- | ports/pybind11/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index e18550cf2..94ed66368 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,4 +1,4 @@ Source: pybind11 -Version: 2.1.0-2 +Version: 2.2.0 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 668edb5d9..3e5802059 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.1.0 - SHA512 2f74dcd2b82d8e41da7db36351284fe04511038bec66bdde820da9c0fce92f6d2c5aeb2e48264058a91a775a1a6a99bc757d26ebf001de3df4183d700d46efa1 + REF v2.2.0 + SHA512 65d8c2c9ba77b25577dd330356ef9cc8f9af924b1d578c28176f230c6f6a88cfd335cc01cc5e010bb8e641a000a78cfcaa1a1367b438e7c6e0d40ea511494a5a HEAD_REF master ) |
