aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-coroutine2
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-09-28 03:12:39 +0300
committerGitHub <noreply@github.com>2021-09-27 17:12:39 -0700
commitcc471dc0f59b7b2066d6172c2893419412327a7a (patch)
treeb3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-coroutine2
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-coroutine2')
-rw-r--r--ports/boost-coroutine2/portfile.cmake4
-rw-r--r--ports/boost-coroutine2/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-coroutine2/portfile.cmake b/ports/boost-coroutine2/portfile.cmake
index b2d9b451b..9e32f0e5f 100644
--- a/ports/boost-coroutine2/portfile.cmake
+++ b/ports/boost-coroutine2/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/coroutine2
- REF boost-1.76.0
- SHA512 746f03de8f9b2108d95eca2d940462c16660db2021b0612966f0f3e46a5a0d16708a3ef19c605ee56574a5427a93d435597c7dc7a411c2ffbba117afd660b291
+ REF boost-1.77.0
+ SHA512 6e44ff880f2eca082e9f95bc5ecd79b4e17ddf22351a8d6ec3c20ca4eb967c23581e861d81c5516b8b88a4b6ad854dbb3cfe5af80f892d71eaef11d0a1558bfd
HEAD_REF master
)
diff --git a/ports/boost-coroutine2/vcpkg.json b/ports/boost-coroutine2/vcpkg.json
index ff9ecae62..5fe146960 100644
--- a/ports/boost-coroutine2/vcpkg.json
+++ b/ports/boost-coroutine2/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "boost-coroutine2",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost coroutine2 module",
"homepage": "https://github.com/boostorg/coroutine2",
"supports": "!emscripten",
@@ -11,7 +11,6 @@
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
- "boost-detail",
"boost-vcpkg-helpers"
]
}