diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-08-09 22:56:09 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-20 14:26:49 -0700 |
| commit | eae02c95b33ec0272a232395820379e0a8b2393d (patch) | |
| tree | 2b5c15c4d61d8fe497d3de2b90167065479bda10 /ports/boost-crc | |
| parent | 5e57beb401c260cea9cb5c355410f1ffc4e49347 (diff) | |
| download | vcpkg-eae02c95b33ec0272a232395820379e0a8b2393d.tar.gz vcpkg-eae02c95b33ec0272a232395820379e0a8b2393d.zip | |
[boost] Update to 1.68.0
[boost-vcpkg-helpers] Improve include scanner
[boost-vcpkg-helpers] Fix boost/functional/hash -> boost/container_hash dependency
[boost-context] Install replacement boost/context/all.hpp to support FindBoost.cmake
[boost] Improve port dependency qualifiers for UWP
[boost-contract] Mark as known to fail for ARM
Diffstat (limited to 'ports/boost-crc')
| -rw-r--r-- | ports/boost-crc/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-crc/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-crc/CONTROL b/ports/boost-crc/CONTROL index 2c51d0629..bd8f43151 100644 --- a/ports/boost-crc/CONTROL +++ b/ports/boost-crc/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-crc
-Version: 1.67.0
+Version: 1.68.0
Build-Depends: boost-compatibility, boost-config, boost-integer, boost-vcpkg-helpers
Description: Boost crc module
diff --git a/ports/boost-crc/portfile.cmake b/ports/boost-crc/portfile.cmake index a045eedee..03f0a43de 100644 --- a/ports/boost-crc/portfile.cmake +++ b/ports/boost-crc/portfile.cmake @@ -5,8 +5,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/crc
- REF boost-1.67.0
- SHA512 9168aed67125e955abd8e689bbbcb780adc16345447e1b781344b13d66827ab24ad2af038e10153c64bc458b66cf2cfe2961ddb22a3c494a86429dab60349a18
+ REF boost-1.68.0
+ SHA512 8d29e20bae0b86bb7592b08a25d0a5c2b8ff83c1ee5aeef1cb9f1b97fe798f743b4ad6c3f1dc59fec54761b2440fc6c8cdfe6f7f4eb7c7352a3ff90c383abf87
HEAD_REF master
)
|
