aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-tti
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-tti')
-rw-r--r--ports/boost-tti/CONTROL2
-rw-r--r--ports/boost-tti/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-tti/CONTROL b/ports/boost-tti/CONTROL
index fb2d59aa3..e2b7b093f 100644
--- a/ports/boost-tti/CONTROL
+++ b/ports/boost-tti/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-tti
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-config, boost-detail, boost-function-types, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers
Description: Boost tti module
diff --git a/ports/boost-tti/portfile.cmake b/ports/boost-tti/portfile.cmake
index 4e15f4095..99e582031 100644
--- a/ports/boost-tti/portfile.cmake
+++ b/ports/boost-tti/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/tti
- REF boost-1.67.0
- SHA512 e46b2a5cfd84c46577c499ee643f62804daf376fecaf15d3425b73d0221ab34dc2f882e31d7f8906adabafd271fc3707c6c5a2d99da8446a88951c4e828567f3
+ REF boost-1.68.0
+ SHA512 b14f7abbf2fe5f56b744803a4c803131ebe1b3762d2c85f624ead670619909db30fbd3ee3e5f1787b1f7377c25e5044553cf4df609c31209bbd9c2572b874247
HEAD_REF master
)