aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-outcome
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-outcome')
-rw-r--r--ports/boost-outcome/portfile.cmake4
-rw-r--r--ports/boost-outcome/vcpkg.json4
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/boost-outcome/portfile.cmake b/ports/boost-outcome/portfile.cmake
index 1a22d038c..b434f1f22 100644
--- a/ports/boost-outcome/portfile.cmake
+++ b/ports/boost-outcome/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/outcome
- REF boost-1.75.0
- SHA512 838c4a0a698cf3250891ef02184669d14e0891f366c52e646e76b25727be5d2fc0596a3ed95ac18f5d180ea35a1c24db3b8e8913277d62683908900d0394b9b1
+ REF boost-1.76.0
+ SHA512 0e15ccdbb06db9308524e4e11b75b6c1802aec0237d139bcc6929a2dbeeee1cec21f2819cb8a881ba4d9d1d1934a91527cbf4a0044de34f9ff2c3bfdd01cb543
HEAD_REF master
)
diff --git a/ports/boost-outcome/vcpkg.json b/ports/boost-outcome/vcpkg.json
index 01622ebbd..fe9ab77a2 100644
--- a/ports/boost-outcome/vcpkg.json
+++ b/ports/boost-outcome/vcpkg.json
@@ -1,10 +1,12 @@
{
"name": "boost-outcome",
- "version-string": "1.75.0",
+ "version": "1.76.0",
"description": "Boost outcome module",
"homepage": "https://github.com/boostorg/outcome",
"dependencies": [
"boost-config",
+ "boost-exception",
+ "boost-system",
"boost-throw-exception",
"boost-vcpkg-helpers"
]