aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-filesystem
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-filesystem
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-filesystem')
-rw-r--r--ports/boost-filesystem/portfile.cmake4
-rw-r--r--ports/boost-filesystem/vcpkg.json11
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/boost-filesystem/portfile.cmake b/ports/boost-filesystem/portfile.cmake
index 55241314a..0e1a1d02f 100644
--- a/ports/boost-filesystem/portfile.cmake
+++ b/ports/boost-filesystem/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/filesystem
- REF boost-1.76.0
- SHA512 1df89b441c2528844218e447e420c7c9aea0d72f8563ff20f86acebbc7d0d69ed9661422b3625e51005b975d73d7fac3efb69692e21ee13dd92fc1855f119088
+ REF boost-1.77.0
+ SHA512 ce63c951db9052bcc57f453628088791970245313f78af9131908731065b6fc906b885c05fd05bb8b902f52c191766858183f52a6954afe3cd4062c51b0592fd
HEAD_REF master
)
diff --git a/ports/boost-filesystem/vcpkg.json b/ports/boost-filesystem/vcpkg.json
index d5f6438d1..9218ed31c 100644
--- a/ports/boost-filesystem/vcpkg.json
+++ b/ports/boost-filesystem/vcpkg.json
@@ -1,19 +1,20 @@
{
"name": "boost-filesystem",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost filesystem module",
"homepage": "https://github.com/boostorg/filesystem",
"supports": "!uwp",
"dependencies": [
"boost-assert",
+ "boost-atomic",
{
"name": "boost-build",
"host": true
},
"boost-config",
+ "boost-container-hash",
"boost-core",
"boost-detail",
- "boost-functional",
"boost-io",
"boost-iterator",
{
@@ -25,6 +26,10 @@
"boost-system",
"boost-type-traits",
"boost-vcpkg-helpers",
- "boost-winapi"
+ "boost-winapi",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
]
}