diff options
| author | Alenas <alenas.kisonas@tesonet.com> | 2019-01-10 11:02:32 +0200 |
|---|---|---|
| committer | Alenas <alenas.kisonas@tesonet.com> | 2019-01-10 11:02:32 +0200 |
| commit | 0928f1056be265c691b29e128f55975967fc4646 (patch) | |
| tree | 1d1001ae2deebdc84dfbaac9e7b2c30c6c3974e6 /ports/pybind11 | |
| parent | 4a1ff062563aa7de746b88fc6a8ba2030aa87c98 (diff) | |
| parent | 7578a485b181ded330b87cc72726f01e38ff7ed6 (diff) | |
| download | vcpkg-0928f1056be265c691b29e128f55975967fc4646.tar.gz vcpkg-0928f1056be265c691b29e128f55975967fc4646.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'ports/pybind11')
| -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 67fdaea5d..880d6c3b7 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,4 +1,4 @@ Source: pybind11 -Version: 2.2.3-1 +Version: 2.2.4 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)
\ No newline at end of file diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake index 16a9b9726..55cfb1fa1 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.3 - SHA512 3a43b43f44ae4a6453fe3b875384acc868310177216938cb564536e6b73c56002743137e5f61cf4ecbd6c56e3b39476ebf06aea33d460581fc7d8ba7b2a22a67 + REF v2.2.4 + SHA512 6bddf5c885ff92a3e373bcedc6574dfefe8be9ebb6176c6c96d475457466c76bfb982c6df4066cb0fbead4b867f87dbc4fbc1605c80852635016f614330ce041 HEAD_REF master PATCHES ${CMAKE_CURRENT_LIST_DIR}/aliastemplates.patch |
