aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-xpressive
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-12-24 04:16:42 +0300
committerGitHub <noreply@github.com>2020-12-23 17:16:42 -0800
commitf2c91b2d897ebbc7f4531ed46e6a650a582a92ff (patch)
tree4f4a8e74c65a534e9927a3983ac30e0db5d56319 /ports/boost-xpressive
parent6654632423844b0ff5441a6a99b4ae0ae259928f (diff)
downloadvcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.tar.gz
vcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.zip
[boost] update to 1.75.0 (#15090)
Diffstat (limited to 'ports/boost-xpressive')
-rw-r--r--ports/boost-xpressive/CONTROL2
-rw-r--r--ports/boost-xpressive/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-xpressive/CONTROL b/ports/boost-xpressive/CONTROL
index 5a01b5e6e..d0c8cf93d 100644
--- a/ports/boost-xpressive/CONTROL
+++ b/ports/boost-xpressive/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-xpressive
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-assert, boost-compatibility, boost-config, boost-conversion, boost-core, boost-detail, boost-exception, boost-fusion, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-numeric-conversion, boost-optional, boost-preprocessor, boost-proto, boost-range, boost-smart-ptr, boost-spirit, boost-static-assert, boost-throw-exception, boost-type-traits, boost-typeof, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/xpressive
Description: Boost xpressive module
diff --git a/ports/boost-xpressive/portfile.cmake b/ports/boost-xpressive/portfile.cmake
index 83e6aeb01..043f7b9ae 100644
--- a/ports/boost-xpressive/portfile.cmake
+++ b/ports/boost-xpressive/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/xpressive
- REF boost-1.74.0
- SHA512 a32d73e0310246954d970274303ba7b39c298ada106e144e86c91ad06a7e044c1c3a5d3555083c49b85f928057d9e9d1381c68f926fe5c888c2de7648a621aca
+ REF boost-1.75.0
+ SHA512 09b06dc00fc7a7d0ec30454195a6ba437c45b9b3deb770b80735e726fbf808d24035fc65b6ac924043c7ba62423590ec06f54db54daa913c5127713593d7c326
HEAD_REF master
)