aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-bimap
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-12-24 04:16:42 +0300
committerGitHub <noreply@github.com>2020-12-23 17:16:42 -0800
commitf2c91b2d897ebbc7f4531ed46e6a650a582a92ff (patch)
tree4f4a8e74c65a534e9927a3983ac30e0db5d56319 /ports/boost-bimap
parent6654632423844b0ff5441a6a99b4ae0ae259928f (diff)
downloadvcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.tar.gz
vcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.zip
[boost] update to 1.75.0 (#15090)
Diffstat (limited to 'ports/boost-bimap')
-rw-r--r--ports/boost-bimap/CONTROL2
-rw-r--r--ports/boost-bimap/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-bimap/CONTROL b/ports/boost-bimap/CONTROL
index 2401040b0..db0fb09de 100644
--- a/ports/boost-bimap/CONTROL
+++ b/ports/boost-bimap/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-bimap
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-concept-check, boost-config, boost-container-hash, boost-core, boost-functional, boost-iterator, boost-lambda, boost-mpl, boost-multi-index, boost-preprocessor, boost-property-map, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/bimap
Description: Boost bimap module
diff --git a/ports/boost-bimap/portfile.cmake b/ports/boost-bimap/portfile.cmake
index f99baafbd..0ca4f115b 100644
--- a/ports/boost-bimap/portfile.cmake
+++ b/ports/boost-bimap/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/bimap
- REF boost-1.74.0
- SHA512 89b0ec177bf8e240b18551ae9e513733d0b11f0b76c665286619e0be2cae9ea560b0a23a5bc232f4604db1a430d94b1127eb285b12a3bb9349728a88af74168b
+ REF boost-1.75.0
+ SHA512 fa8d6666554090b4d37795284e6c3c8e631c4c5e1288ca38da391ff13515d92ef7ba2407ae0b6f45df3bc1cbb736f774bbb58fe582c36514068281e3138d83ad
HEAD_REF master
)