diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-08-09 22:56:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-20 14:26:49 -0700 |
| commit | eae02c95b33ec0272a232395820379e0a8b2393d (patch) | |
| tree | 2b5c15c4d61d8fe497d3de2b90167065479bda10 /ports/boost-coroutine | |
| parent | 5e57beb401c260cea9cb5c355410f1ffc4e49347 (diff) | |
| download | vcpkg-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-coroutine')
| -rw-r--r-- | ports/boost-coroutine/CONTROL | 4 | ||||
| -rw-r--r-- | ports/boost-coroutine/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/boost-coroutine/CONTROL b/ports/boost-coroutine/CONTROL index 6a0a4a69e..e2fcae43d 100644 --- a/ports/boost-coroutine/CONTROL +++ b/ports/boost-coroutine/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-coroutine
-Version: 1.67.0
-Build-Depends: boost-assert, boost-build, boost-config, boost-context (!uwp), boost-detail, boost-exception, boost-integer, boost-modular-build-helper, boost-move, boost-range, boost-system, boost-thread (!uwp), boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
+Version: 1.68.0
+Build-Depends: boost-assert, boost-build, boost-config, boost-context (!uwp), boost-detail, boost-exception, boost-integer, boost-modular-build-helper, boost-move, boost-range, boost-system, boost-thread (!arm), boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Description: Boost coroutine module
diff --git a/ports/boost-coroutine/portfile.cmake b/ports/boost-coroutine/portfile.cmake index 4b0e88cd1..6f4f8d92f 100644 --- a/ports/boost-coroutine/portfile.cmake +++ b/ports/boost-coroutine/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/coroutine
- REF boost-1.67.0
- SHA512 c636fc88a981d983f29cf5721c056d4c2cedbd48fe54d0aa4f2069ccb2c7438ee661167ff87298c22d7d84f6c61b1dd677d1ea91733e5e8fb04f7033d1559f63
+ REF boost-1.68.0
+ SHA512 47edf91ffdcd4ec8acb98b54f7baa19f280b4d865a6810ee26bbb13cc8f9233e8bbeb8771fa796e2b2fef393352981b737c7987da31095ef65f48f62a8a2d092
HEAD_REF master
)
|
