aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-local-function
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-local-function')
-rw-r--r--ports/boost-local-function/CONTROL2
-rw-r--r--ports/boost-local-function/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-local-function/CONTROL b/ports/boost-local-function/CONTROL
index b00904108..9b2fb1aa6 100644
--- a/ports/boost-local-function/CONTROL
+++ b/ports/boost-local-function/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-local-function
-Version: 1.70.0
+Version: 1.71.0
Build-Depends: boost-config, boost-mpl, boost-preprocessor, boost-scope-exit, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/local_function
Description: Boost local_function module
diff --git a/ports/boost-local-function/portfile.cmake b/ports/boost-local-function/portfile.cmake
index d2b504817..e265d421a 100644
--- a/ports/boost-local-function/portfile.cmake
+++ b/ports/boost-local-function/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/local_function
- REF boost-1.70.0
- SHA512 7debd9d083fedd8446e98565bcc2fcab5091ba931166030143abef2351918f8a46a83a004b28e5ab4b413101052036424ec82d7b99428bc0e07660722e2c50c4
+ REF boost-1.71.0
+ SHA512 9e4e08e1aac0db4f2db946de9b94152437423f1c514cb1d9cd8f5b81c18fa41bce832b8936efd4bab0357a0d1c1f2254205ace649afd879b9679c7868e0041d4
HEAD_REF master
)