diff options
| author | Yury Bura <yurybura@gmail.com> | 2021-09-28 03:12:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 17:12:39 -0700 |
| commit | cc471dc0f59b7b2066d6172c2893419412327a7a (patch) | |
| tree | b3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-variant | |
| parent | 3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff) | |
| download | vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip | |
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-variant')
| -rw-r--r-- | ports/boost-variant/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-variant/vcpkg.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/boost-variant/portfile.cmake b/ports/boost-variant/portfile.cmake index e77682854..c571ce509 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.76.0
- SHA512 d4c5afd1bda28021b4c1eaa0a98db16320144aec2595cf52564486da3c33d89b7a486ec35389af228169a37b928956b6e6405fe86c3dfb3f949cf3e26f372779
+ REF boost-1.77.0
+ SHA512 60c5f185c183a9d186ffa00d9809aed79ef60d5d2731ad36275a0e9a0a239b682878d3c00ba9760621eb817601c0ca848794c7f2c4f34bced4a4bbcf9e71c95c
HEAD_REF master
)
diff --git a/ports/boost-variant/vcpkg.json b/ports/boost-variant/vcpkg.json index 0d3547aab..771b5d8a0 100644 --- a/ports/boost-variant/vcpkg.json +++ b/ports/boost-variant/vcpkg.json @@ -1,15 +1,15 @@ { "name": "boost-variant", - "version": "1.76.0", + "version": "1.77.0", "description": "Boost variant module", "homepage": "https://github.com/boostorg/variant", "dependencies": [ "boost-assert", "boost-bind", "boost-config", + "boost-container-hash", "boost-core", "boost-detail", - "boost-functional", "boost-integer", "boost-move", "boost-mpl", |
