aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-any
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-any')
-rw-r--r--ports/boost-any/CONTROL2
-rw-r--r--ports/boost-any/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-any/CONTROL b/ports/boost-any/CONTROL
index c0f854590..c420de0d9 100644
--- a/ports/boost-any/CONTROL
+++ b/ports/boost-any/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-any
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-config, boost-core, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers
Description: Boost any module
diff --git a/ports/boost-any/portfile.cmake b/ports/boost-any/portfile.cmake
index 47de0a492..a5fbf5279 100644
--- a/ports/boost-any/portfile.cmake
+++ b/ports/boost-any/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/any
- REF boost-1.66.0
- SHA512 57f24a2532e31e664415642c2e125263964eae6798dfc31eae586a3e4fe516edc1adea882883d34613744ae79acfbc0bed9c8fd823153bafc25d9c3c1ec1e5ef
+ REF boost-1.67.0
+ SHA512 1fd58fdd94cb08078f77d9131568255f35afb63e52a66379d14b35d5d9572f97468fc8a70b966d2c13b28149ccc8659ec0ba70c3cbda62ae08b8f8f1961c15e4
HEAD_REF master
)