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-array | |
| parent | 3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff) | |
| download | vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip | |
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-array')
| -rw-r--r-- | ports/boost-array/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-array/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-array/portfile.cmake b/ports/boost-array/portfile.cmake index 9dbcd3527..c175b2962 100644 --- a/ports/boost-array/portfile.cmake +++ b/ports/boost-array/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/array
- REF boost-1.76.0
- SHA512 76109a4c45ba9ec880fd419cb6287ffc7f78b141c3b42f8ac934317093fbb632376381895863fa874187252e3047cd9cf4501f3fef04b559fb90a66e3b6acb50
+ REF boost-1.77.0
+ SHA512 e34d8e46ccb3d1efad8863a6babe59762c6cd7c5eaf45bd85402a68e445bde3202cd13c86d1ecef62d5b1855b4d32aa5d5bc62010213da38ee69b7c796669a53
HEAD_REF master
)
diff --git a/ports/boost-array/vcpkg.json b/ports/boost-array/vcpkg.json index dd907b0d8..c1e222945 100644 --- a/ports/boost-array/vcpkg.json +++ b/ports/boost-array/vcpkg.json @@ -1,13 +1,12 @@ { "name": "boost-array", - "version": "1.76.0", + "version": "1.77.0", "description": "Boost array module", "homepage": "https://github.com/boostorg/array", "dependencies": [ "boost-assert", "boost-config", "boost-core", - "boost-detail", "boost-static-assert", "boost-throw-exception", "boost-vcpkg-helpers" |
