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-lambda | |
| parent | 3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff) | |
| download | vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip | |
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-lambda')
| -rw-r--r-- | ports/boost-lambda/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-lambda/vcpkg.json | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/boost-lambda/portfile.cmake b/ports/boost-lambda/portfile.cmake index 8a17fdb72..f71d998d5 100644 --- a/ports/boost-lambda/portfile.cmake +++ b/ports/boost-lambda/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/lambda
- REF boost-1.76.0
- SHA512 3cde15d39798398938a896b9bba624ff78ca3eb22ae04b3293f7f63fa5408bfac227ce191b0cee8753ca8f521e16b682b2d035125d75788815635586f122355a
+ REF boost-1.77.0
+ SHA512 bf8514928f42618eb056fc61370606ac38c1914822c308a288342459b29a8c202f2ca6efe3c9317b371a5ca435da2c0b79f6f8de2df7a8a95033b9eb22331102
HEAD_REF master
)
diff --git a/ports/boost-lambda/vcpkg.json b/ports/boost-lambda/vcpkg.json index f8ae2329f..f7a79b818 100644 --- a/ports/boost-lambda/vcpkg.json +++ b/ports/boost-lambda/vcpkg.json @@ -1,6 +1,6 @@ { "name": "boost-lambda", - "version": "1.76.0", + "version": "1.77.0", "description": "Boost lambda module", "homepage": "https://github.com/boostorg/lambda", "dependencies": [ @@ -8,6 +8,7 @@ "boost-config", "boost-core", "boost-detail", + "boost-iterator", "boost-mpl", "boost-preprocessor", "boost-tuple", |
