aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-utility
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-utility
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-utility')
-rw-r--r--ports/boost-utility/CONTROL2
-rw-r--r--ports/boost-utility/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-utility/CONTROL b/ports/boost-utility/CONTROL
index 481427860..271c5a718 100644
--- a/ports/boost-utility/CONTROL
+++ b/ports/boost-utility/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-utility
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-config, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
Description: Boost utility module
diff --git a/ports/boost-utility/portfile.cmake b/ports/boost-utility/portfile.cmake
index 1a919c18a..6d1af49f7 100644
--- a/ports/boost-utility/portfile.cmake
+++ b/ports/boost-utility/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/utility
- REF boost-1.67.0
- SHA512 4123a71af8234789b2b68f2a3b6e13e7ad3e46484e8b06ee2159d7337d101a2b1c8b8e7ca70ce29f0b71802f45014e1db03253e1f6515a6ad2f9d5ebced77caf
+ REF boost-1.68.0
+ SHA512 ee6ef15cd7291b5001f4a3a96e95790cfab2017b76f6eac3b9672983e56440d6184cb896257a9c4e365fe1e71b3c721b3b98a4d36d793a8bdf8d1c78585408e3
HEAD_REF master
)