aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-regex
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-regex
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-regex')
-rw-r--r--ports/boost-regex/CONTROL4
-rw-r--r--ports/boost-regex/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/boost-regex/CONTROL b/ports/boost-regex/CONTROL
index edfbe8672..14ae738a3 100644
--- a/ports/boost-regex/CONTROL
+++ b/ports/boost-regex/CONTROL
@@ -1,7 +1,7 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-regex
-Version: 1.67.0
-Build-Depends: boost-assert, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-container-hash, boost-core, boost-detail, boost-functional, boost-integer, boost-iterator, boost-modular-build-helper, boost-mpl, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
+Version: 1.68.0
+Build-Depends: boost-assert, boost-build, boost-compatibility, boost-concept-check, boost-config, boost-container-hash, boost-core, boost-detail, boost-integer, boost-iterator, boost-modular-build-helper, boost-mpl, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers
Description: Boost regex module
Feature: icu
diff --git a/ports/boost-regex/portfile.cmake b/ports/boost-regex/portfile.cmake
index 8895931d6..0ab65b58d 100644
--- a/ports/boost-regex/portfile.cmake
+++ b/ports/boost-regex/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/regex
- REF boost-1.67.0
- SHA512 e3b3aaaf866aa9e6a4148c545f4d4a4ab8037dc8882ed7cd4eecd7727976d1a137a4c4e5599283f5d6f3616e865369d80733070f571fdb990555e4769f59ab83
+ REF boost-1.68.0
+ SHA512 57ea3b825011172e332f52aead9aae4b7d17dfceef68c5cc017607570c6818adfc73780f4d405a57aa93c3a7a3ca09bb74de2a9cb97e72c78700098ed6d2e63e
HEAD_REF master
)