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-statechart | |
| 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-statechart')
| -rw-r--r-- | ports/boost-statechart/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-statechart/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-statechart/CONTROL b/ports/boost-statechart/CONTROL index b98913b82..6425190a9 100644 --- a/ports/boost-statechart/CONTROL +++ b/ports/boost-statechart/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-statechart
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-assert, boost-bind, boost-config, boost-conversion, boost-core, boost-detail, boost-function, boost-mpl, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Description: Boost statechart module
diff --git a/ports/boost-statechart/portfile.cmake b/ports/boost-statechart/portfile.cmake index a76882124..73971e1c2 100644 --- a/ports/boost-statechart/portfile.cmake +++ b/ports/boost-statechart/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/statechart
- REF boost-1.67.0
- SHA512 2b63d4664b3fc20adf12106607ef1485700d5aeea9bbfc9005a9ac08984034a8a31c037a4ae3e99b4787187ed797844d26afb1140f73ef5009504549be64a6cf
+ REF boost-1.68.0
+ SHA512 f3d2a8d12bd85327928cba9f572e22f438721597675dd9ea22936a06d38a241aa6ef9ca6b5fc183dce20d76c2f306901d2337c12463e917d1ecf1c6d586735bf
HEAD_REF master
)
|
