aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-pool
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-pool
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-pool')
-rw-r--r--ports/boost-pool/CONTROL4
-rw-r--r--ports/boost-pool/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/boost-pool/CONTROL b/ports/boost-pool/CONTROL
index 7013cb6c4..b1de76796 100644
--- a/ports/boost-pool/CONTROL
+++ b/ports/boost-pool/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-pool
-Version: 1.67.0
-Build-Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-thread (!uwp), boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
+Version: 1.68.0
+Build-Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-thread (!arm), boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
Description: Boost pool module
diff --git a/ports/boost-pool/portfile.cmake b/ports/boost-pool/portfile.cmake
index e85dd3329..5c52588d1 100644
--- a/ports/boost-pool/portfile.cmake
+++ b/ports/boost-pool/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/pool
- REF boost-1.67.0
- SHA512 fe6f9a5e147806e80fa706e7f02a1b4b6f48e044c6b2a7d7fce6685ec2ada960c17a1ae3fb8cf19661ca8e9e3b1b3a49a30328f9e5ca12f15514810733a1c299
+ REF boost-1.68.0
+ SHA512 b1b3d91ac85469c0b06d48bcc159b22974dc446f44d84aee459ba26f1bd114600819efec3b1679be87b91525a0d55ba9a9fbde4828b6436bad4013d9de4652e6
HEAD_REF master
)