aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-flyweight
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-flyweight')
-rw-r--r--ports/boost-flyweight/CONTROL2
-rw-r--r--ports/boost-flyweight/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-flyweight/CONTROL b/ports/boost-flyweight/CONTROL
index f54ae464a..49d8da34c 100644
--- a/ports/boost-flyweight/CONTROL
+++ b/ports/boost-flyweight/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-flyweight
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-functional, boost-interprocess, boost-mpl, boost-multi-index, boost-parameter, boost-preprocessor, boost-serialization, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/flyweight
Description: Boost flyweight module
diff --git a/ports/boost-flyweight/portfile.cmake b/ports/boost-flyweight/portfile.cmake
index a84c5203e..35e6593b5 100644
--- a/ports/boost-flyweight/portfile.cmake
+++ b/ports/boost-flyweight/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/flyweight
- REF boost-1.74.0
- SHA512 66e0a8c8c7d0b2302c58d59e38506ef50d4562bf016b230332741e4ec781833e48c0945380a6028173b56fc542ba59b98edcde7f1c173129f3fdf7e8e54e9a33
+ REF boost-1.75.0
+ SHA512 ab39e5c10f2e2ef75caefd7fa56f2cae013a3d45554e3e66466bf985ef56c942a69a4b5da98de415258119b420a7514fe9b28d1e62f8822eaeacdf4d15e25451
HEAD_REF master
)