aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-disjoint-sets
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-disjoint-sets
parentfb0c047b4d78c3150d16e401f0714475a02009b5 (diff)
downloadvcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz
vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-disjoint-sets')
-rw-r--r--ports/boost-disjoint-sets/CONTROL2
-rw-r--r--ports/boost-disjoint-sets/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-disjoint-sets/CONTROL b/ports/boost-disjoint-sets/CONTROL
index 7ab636e2d..a3ea6717d 100644
--- a/ports/boost-disjoint-sets/CONTROL
+++ b/ports/boost-disjoint-sets/CONTROL
@@ -1,5 +1,5 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-disjoint-sets
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-graph, boost-vcpkg-helpers
Description: Boost disjoint_sets module
diff --git a/ports/boost-disjoint-sets/portfile.cmake b/ports/boost-disjoint-sets/portfile.cmake
index 223339e95..8115c4d8b 100644
--- a/ports/boost-disjoint-sets/portfile.cmake
+++ b/ports/boost-disjoint-sets/portfile.cmake
@@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/disjoint_sets
- REF boost-1.66.0
- SHA512 608239f39a11995ebd930d250a39c92971b6547b853eabe49938f6bbdadfbdb4f2220ccaf98e3516fe817284dc310dfb579f6fd7ae082dda9e7a5f80ce53abe6
+ REF boost-1.67.0
+ SHA512 cc792b79935983656b40785520e3eef9b578a69fcc3c54b3ba24d60a8a36fccc86722dfc4ea621aec727d6c73b22586dbd38f253293dc46730cc418f6832bc33
HEAD_REF master
)