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-property-tree | |
| 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-property-tree')
| -rw-r--r-- | ports/boost-property-tree/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-property-tree/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-property-tree/CONTROL b/ports/boost-property-tree/CONTROL index cbb168eae..c4ff3e961 100644 --- a/ports/boost-property-tree/CONTROL +++ b/ports/boost-property-tree/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-property-tree
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-any, boost-assert, boost-bind, boost-compatibility, boost-config, boost-core, boost-format, boost-iterator, boost-mpl, boost-multi-index, boost-optional, boost-range, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Description: Boost property_tree module
diff --git a/ports/boost-property-tree/portfile.cmake b/ports/boost-property-tree/portfile.cmake index 8a87f7410..245919b9c 100644 --- a/ports/boost-property-tree/portfile.cmake +++ b/ports/boost-property-tree/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/property_tree
- REF boost-1.67.0
- SHA512 b22b596af0a6a39a4671c44aa099cd4c2235a5f51e1400f14df2925a5a17487d8910253228c61b1198f0184e58e6e2940c7fde5c193549c21efe737bed363d67
+ REF boost-1.68.0
+ SHA512 07410c78fdb9ae1d8a16c6c2ed65caea3136365c04828b78c02074ee523cccbf8f9a7117fcb5524711a0204c8ed77f56adcb47313fa16f63e15801043c3e1763
HEAD_REF master
)
|
