aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Smith <ethan@ethanhs.me>2017-03-27 02:21:48 -0400
committerEthan Smith <ethan@ethanhs.me>2017-03-27 02:21:48 -0400
commit0723e5268d37d4c9632c4b0fa99504216cfec38e (patch)
tree0283212c6251d5488c0110318ee2f3237e4a7733
parentbfb3ef841b339b969708f52762efc38f6f799a50 (diff)
downloadvcpkg-0723e5268d37d4c9632c4b0fa99504216cfec38e.tar.gz
vcpkg-0723e5268d37d4c9632c4b0fa99504216cfec38e.zip
update pybind11 to 2.1.0
-rw-r--r--ports/pybind11/CONTROL2
-rw-r--r--ports/pybind11/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index 536647265..a51fd173c 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,3 +1,3 @@
Source: pybind11
-Version: 2.0.1
+Version: 2.1.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. \ No newline at end of file
diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake
index 47e195a22..5dd99fddf 100644
--- a/ports/pybind11/portfile.cmake
+++ b/ports/pybind11/portfile.cmake
@@ -3,9 +3,9 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/pybind11-2.0.1)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/pybind/pybind11/archive/v2.0.1.tar.gz"
- FILENAME "pybind11-2.0.1.tar.gz"
- SHA512 c156d01321b79eaac7992f431b30a9f4fb06e92909bf02e76a45e2d9329e7949dad686ee42a49c293214aec2a79eb400fa3373d2ba4876271895822096b50ff4
+ URLS "https://github.com/pybind/pybind11/archive/v2.1.0.tar.gz"
+ FILENAME "pybind11-2.1.0.tar.gz"
+ SHA512 2f74dcd2b82d8e41da7db36351284fe04511038bec66bdde820da9c0fce92f6d2c5aeb2e48264058a91a775a1a6a99bc757d26ebf001de3df4183d700d46efa1
)
vcpkg_extract_source_archive(${ARCHIVE})