aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-context
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-context')
-rw-r--r--ports/boost-context/CONTROL4
-rw-r--r--ports/boost-context/portfile.cmake6
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/boost-context/CONTROL b/ports/boost-context/CONTROL
index 72a71a27f..fa0348e55 100644
--- a/ports/boost-context/CONTROL
+++ b/ports/boost-context/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-context
-Version: 1.68.0-1
-Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-vcpkg-helpers
+Version: 1.69.0
+Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-thread (!arm), boost-vcpkg-helpers
Description: Boost context module
diff --git a/ports/boost-context/portfile.cmake b/ports/boost-context/portfile.cmake
index fbfdb98f0..78d5efa24 100644
--- a/ports/boost-context/portfile.cmake
+++ b/ports/boost-context/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/context
- REF boost-1.68.0
- SHA512 6010cac31d408a9e4a47640b521da810240c697b529e85f97650f022397a55f1b509baf72076fa6e9ebec556c7a38d3da5045e9584c4dbde3d85fa61a5f91043
+ REF boost-1.69.0
+ SHA512 9764013a43d0c5d73b52a6da625c24ffa36b164eddce52157593e75b9d810a1bff5364a73735e848804be82fc356ef13dd5d796f80e6491fb4c9c57797f0a89d
HEAD_REF master
)
@@ -24,4 +24,4 @@ boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
if(NOT EXISTS ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp)
file(WRITE ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp
"#error \"#include <boost/context/all.hpp> is no longer supported by boost_context.\"")
-endif() \ No newline at end of file
+endif()