aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-exception
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-exception')
-rw-r--r--ports/boost-exception/CONTROL2
-rw-r--r--ports/boost-exception/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-exception/CONTROL b/ports/boost-exception/CONTROL
index e56767b4d..f44d3ea97 100644
--- a/ports/boost-exception/CONTROL
+++ b/ports/boost-exception/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-exception
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-modular-build-helper, boost-smart-ptr, boost-tuple, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/exception
Description: Boost exception module
diff --git a/ports/boost-exception/portfile.cmake b/ports/boost-exception/portfile.cmake
index 4bc2b7130..065d39969 100644
--- a/ports/boost-exception/portfile.cmake
+++ b/ports/boost-exception/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/exception
- REF boost-1.74.0
- SHA512 f12824beba6f93e968afd07e61957f06231f91e291ab667c7cbcd942c2320267b051ec20612ce21dd75a17979cad07c45ab85c5d1b562e9a8f00752c951372d7
+ REF boost-1.75.0
+ SHA512 fe7c62f3970b7041ac94922105305696374fbee59f8cfe3a48035f6487e616f430a1a577bfad997e2be34dc50393b9301726ca27612689f9275b64633c3fab1e
HEAD_REF master
)