aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-callable-traits
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-09 22:56:09 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-20 14:26:49 -0700
commiteae02c95b33ec0272a232395820379e0a8b2393d (patch)
tree2b5c15c4d61d8fe497d3de2b90167065479bda10 /ports/boost-callable-traits
parent5e57beb401c260cea9cb5c355410f1ffc4e49347 (diff)
downloadvcpkg-eae02c95b33ec0272a232395820379e0a8b2393d.tar.gz
vcpkg-eae02c95b33ec0272a232395820379e0a8b2393d.zip
[boost] Update to 1.68.0
[boost-vcpkg-helpers] Improve include scanner [boost-vcpkg-helpers] Fix boost/functional/hash -> boost/container_hash dependency [boost-context] Install replacement boost/context/all.hpp to support FindBoost.cmake [boost] Improve port dependency qualifiers for UWP [boost-contract] Mark as known to fail for ARM
Diffstat (limited to 'ports/boost-callable-traits')
-rw-r--r--ports/boost-callable-traits/CONTROL2
-rw-r--r--ports/boost-callable-traits/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-callable-traits/CONTROL b/ports/boost-callable-traits/CONTROL
index 4951e77c5..637b50d0e 100644
--- a/ports/boost-callable-traits/CONTROL
+++ b/ports/boost-callable-traits/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-callable-traits
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-vcpkg-helpers
Description: Boost callable_traits module
diff --git a/ports/boost-callable-traits/portfile.cmake b/ports/boost-callable-traits/portfile.cmake
index 7d262945f..166fb666a 100644
--- a/ports/boost-callable-traits/portfile.cmake
+++ b/ports/boost-callable-traits/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/callable_traits
- REF boost-1.67.0
- SHA512 5a6dedd5b8c4f57d4e896dbd963927459a42cc2488dd09628b5cc484327d21b32d7f5f2d976a55b4a62783faa4688b6f020983030bfc1f4307acf7f66b179fbc
+ REF boost-1.68.0
+ SHA512 1c8d7e95d92996a046cc849216e00ee781b1ad8d9f6e4b7d584ea77bedf7a86a17ba0b43863d445f870a1a7991022e9c1a34fa7039de6fbd419a1bbc2e0e94e5
HEAD_REF master
)