diff options
Diffstat (limited to 'ports/boost-xpressive')
| -rw-r--r-- | ports/boost-xpressive/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-xpressive/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-xpressive/portfile.cmake b/ports/boost-xpressive/portfile.cmake index 043f7b9ae..302004ee9 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.75.0
- SHA512 09b06dc00fc7a7d0ec30454195a6ba437c45b9b3deb770b80735e726fbf808d24035fc65b6ac924043c7ba62423590ec06f54db54daa913c5127713593d7c326
+ REF boost-1.76.0
+ SHA512 ce0ecfde6f1bbd0dcb0765a8a4648a6978e090f5563c7828e0bd95ea35e91788d1871965c3cec4f2a6d366cd9d2ef29f75b47474a8bfeb684873d074c002e1f1
HEAD_REF master
)
diff --git a/ports/boost-xpressive/vcpkg.json b/ports/boost-xpressive/vcpkg.json index 8a27ba751..99c4899e2 100644 --- a/ports/boost-xpressive/vcpkg.json +++ b/ports/boost-xpressive/vcpkg.json @@ -1,11 +1,10 @@ { "name": "boost-xpressive", - "version-string": "1.75.0", + "version": "1.76.0", "description": "Boost xpressive module", "homepage": "https://github.com/boostorg/xpressive", "dependencies": [ "boost-assert", - "boost-compatibility", "boost-config", "boost-conversion", "boost-core", |
