diff options
Diffstat (limited to 'ports/boost-variant')
| -rw-r--r-- | ports/boost-variant/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-variant/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-variant/portfile.cmake b/ports/boost-variant/portfile.cmake index 1bcac29c6..e77682854 100644 --- a/ports/boost-variant/portfile.cmake +++ b/ports/boost-variant/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/variant
- REF boost-1.75.0
- SHA512 094bd5f932f621e265afcc6aad08c159ac83a061bb63c370480e2d243d41395378e565e7d2ff5c852cbd0fdaabec294373dadaab01fdc114a347555e1073696d
+ REF boost-1.76.0
+ SHA512 d4c5afd1bda28021b4c1eaa0a98db16320144aec2595cf52564486da3c33d89b7a486ec35389af228169a37b928956b6e6405fe86c3dfb3f949cf3e26f372779
HEAD_REF master
)
diff --git a/ports/boost-variant/vcpkg.json b/ports/boost-variant/vcpkg.json index b22a988c9..0d3547aab 100644 --- a/ports/boost-variant/vcpkg.json +++ b/ports/boost-variant/vcpkg.json @@ -1,6 +1,6 @@ { "name": "boost-variant", - "version-string": "1.75.0", + "version": "1.76.0", "description": "Boost variant module", "homepage": "https://github.com/boostorg/variant", "dependencies": [ |
