aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-integer
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-integer')
-rw-r--r--ports/boost-integer/CONTROL2
-rw-r--r--ports/boost-integer/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-integer/CONTROL b/ports/boost-integer/CONTROL
index 795c28fe9..85c1a888b 100644
--- a/ports/boost-integer/CONTROL
+++ b/ports/boost-integer/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-integer
-Version: 1.68.0
+Version: 1.69.0
Build-Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-static-assert, boost-vcpkg-helpers
Description: Boost integer module
diff --git a/ports/boost-integer/portfile.cmake b/ports/boost-integer/portfile.cmake
index 6c9e8140a..36c15e9f2 100644
--- a/ports/boost-integer/portfile.cmake
+++ b/ports/boost-integer/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/integer
- REF boost-1.68.0
- SHA512 3d257bb5b8313c2a884fa9959efe1f6d287c06e1b5746cbc4f9ae5694e61dfb2821d07b355d7e544594c9922a1ec86009dc8f92de9fc4d7b74db3383a817b3ba
+ REF boost-1.69.0
+ SHA512 69bb40592bdf3018facb083e9a9df12093f04e6f024526e39646cb3f4cc1ba5cf8468fd73a424050fc3b93046961fd3c83bb92e38e9f14b17324501ddec63115
HEAD_REF master
)