diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-17 15:18:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-19 10:40:06 -0700 |
| commit | 751015f6a44d6f89ca71ac63d7c5cab83cf531c0 (patch) | |
| tree | ff54424ff62e0bf740810b37543176585fd61f34 /ports/boost-function | |
| parent | fb0c047b4d78c3150d16e401f0714475a02009b5 (diff) | |
| download | vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip | |
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-function')
| -rw-r--r-- | ports/boost-function/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-function/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-function/CONTROL b/ports/boost-function/CONTROL index 78e68d4a9..c9b474fd9 100644 --- a/ports/boost-function/CONTROL +++ b/ports/boost-function/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-function
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-mpl, boost-preprocessor, boost-type-index, boost-typeof, boost-type-traits, boost-vcpkg-helpers
Description: Boost function module
diff --git a/ports/boost-function/portfile.cmake b/ports/boost-function/portfile.cmake index decf00686..b8c0a6841 100644 --- a/ports/boost-function/portfile.cmake +++ b/ports/boost-function/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/function
- REF boost-1.66.0
- SHA512 7efe61484e99bf4b68bd70415411fe4b22da6c76c7bb2e4b86fc766a98f5bca02d3911c81763893edfabfe6dc3fd4e0b125656a518e4b46449ef2620c1278454
+ REF boost-1.67.0
+ SHA512 8484b7bcab099a0c96dc021a0a33551ecb0b56fee4bbc6c5a43becc0a82f307f3836204857bfc45aa2db255c7faf61831e8a46f537ebf9bd5730a408c7103c7c
HEAD_REF master
)
|
