aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-thread
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-thread
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-thread')
-rw-r--r--ports/boost-thread/portfile.cmake4
-rw-r--r--ports/boost-thread/vcpkg.json11
2 files changed, 9 insertions, 6 deletions
diff --git a/ports/boost-thread/portfile.cmake b/ports/boost-thread/portfile.cmake
index 564a247ab..2fa747264 100644
--- a/ports/boost-thread/portfile.cmake
+++ b/ports/boost-thread/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/thread
- REF boost-1.76.0
- SHA512 ed833316025be8a52ccfb620b874f9b9956c778e453de01a657745563184efc123f461dd54dc048946df3319c1b512810a9ce1fb8940fd75771a171c95349e28
+ REF boost-1.77.0
+ SHA512 b23a35190f0b57b057ddfb035c8b0ed33ff876ee35e9b1998fb429be370f8476e99bae9462906b40b7a0fa7e67d00cd9aba9a2e891786b5e5ebdb9f219492cff
HEAD_REF master
)
diff --git a/ports/boost-thread/vcpkg.json b/ports/boost-thread/vcpkg.json
index 9e76367b9..b91791b01 100644
--- a/ports/boost-thread/vcpkg.json
+++ b/ports/boost-thread/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "boost-thread",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost thread module",
"homepage": "https://github.com/boostorg/thread",
"dependencies": [
@@ -19,13 +19,12 @@
"boost-container-hash",
"boost-core",
"boost-date-time",
- "boost-detail",
"boost-exception",
"boost-function",
"boost-intrusive",
"boost-io",
+ "boost-iterator",
"boost-lexical-cast",
- "boost-math",
{
"name": "boost-modular-build-helper",
"host": true
@@ -42,6 +41,10 @@
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
- "boost-winapi"
+ "boost-winapi",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
]
}