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-convert | |
| parent | fb0c047b4d78c3150d16e401f0714475a02009b5 (diff) | |
| download | vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.tar.gz vcpkg-751015f6a44d6f89ca71ac63d7c5cab83cf531c0.zip | |
[boost] Update to 1.67
Diffstat (limited to 'ports/boost-convert')
| -rw-r--r-- | ports/boost-convert/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-convert/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-convert/CONTROL b/ports/boost-convert/CONTROL index e4219cb68..807fe0380 100644 --- a/ports/boost-convert/CONTROL +++ b/ports/boost-convert/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-convert
-Version: 1.66.0
+Version: 1.67.0
Build-Depends: boost-config, boost-core, boost-function-types, boost-lexical-cast, boost-math, boost-mpl, boost-optional, boost-parameter, boost-range, boost-spirit, boost-type-traits, boost-utility, boost-vcpkg-helpers
Description: Boost convert module
diff --git a/ports/boost-convert/portfile.cmake b/ports/boost-convert/portfile.cmake index a3c10172a..693a9178d 100644 --- a/ports/boost-convert/portfile.cmake +++ b/ports/boost-convert/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/convert
- REF boost-1.66.0
- SHA512 5edd73c5f78471a567f03e7772834656295acd6897f4674950a5064053d1c8de019050141d5109cc2bba13a94d2a06e2c7020d09af9eb78174f5bf8dc2ba2220
+ REF boost-1.67.0
+ SHA512 c51909030b2263a7f837e3732824d75b2fdf8b585c560f58e90ca8d2e6e3c48584cdc52e70f1058ef1e7fbe66085abd6053484025d14fb26201beddcf89c91ff
HEAD_REF master
)
|
