aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-container
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-17 15:18:09 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-19 10:40:06 -0700
commit751015f6a44d6f89ca71ac63d7c5cab83cf531c0 (patch)
treeff54424ff62e0bf740810b37543176585fd61f34 /ports/boost-container
parentfb0c047b4d78c3150d16e401f0714475a02009b5 (diff)
downloadvcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz
vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-container')
-rw-r--r--ports/boost-container/CONTROL2
-rw-r--r--ports/boost-container/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-container/CONTROL b/ports/boost-container/CONTROL
index 2fbed7951..bd2afdfc1 100644
--- a/ports/boost-container/CONTROL
+++ b/ports/boost-container/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-container
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-functional, boost-integer, boost-intrusive, boost-modular-build-helper, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Description: Boost container module
diff --git a/ports/boost-container/portfile.cmake b/ports/boost-container/portfile.cmake
index d2cc5c209..58ab998b4 100644
--- a/ports/boost-container/portfile.cmake
+++ b/ports/boost-container/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/container
- REF boost-1.66.0
- SHA512 805421c56ace8786803a572e6047f0ab2de74973d7b04d603080b007c6ee7f288364dfe91f6d11be6128e8d5b0d9b2554237a6f77ee3855f3b598c3d5e20f3d1
+ REF boost-1.67.0
+ SHA512 559479466cf75ee7ce8f88d1c465f9c375722c954f2a833e842c732ba3dfc70bd30ae10e42e11afc043edc52767cddcf1f925b3c88f9d2c026f3e422ababd397
HEAD_REF master
)