aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-container
diff options
context:
space:
mode:
authorniclar <niclar80@gmail.com>2020-11-06 22:30:37 +0100
committerGitHub <noreply@github.com>2020-11-06 13:30:37 -0800
commit0e1252388d5353f031e177b2826bab98d6c2e21c (patch)
treebebed137e3ec460899eafda8710bedcd25526952 /ports/boost-container
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-container')
-rw-r--r--ports/boost-container/CONTROL2
-rw-r--r--ports/boost-container/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-container/CONTROL b/ports/boost-container/CONTROL
index ead3c29f1..ae85a4c91 100644
--- a/ports/boost-container/CONTROL
+++ b/ports/boost-container/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-container
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-assert, boost-build, boost-config, boost-container-hash, boost-core, boost-integer, boost-intrusive, boost-modular-build-helper, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/container
Description: Boost container module
diff --git a/ports/boost-container/portfile.cmake b/ports/boost-container/portfile.cmake
index ce65a7566..0a63f8c37 100644
--- a/ports/boost-container/portfile.cmake
+++ b/ports/boost-container/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/container
- REF boost-1.73.0
- SHA512 419a141138047baa649a3e1d0edcd55dfe5cf189b6ac9b9b0bc8da4d8e50971ff4619b5b811a3b1e17658c2573f32d926166d0ad260e036b736d8a615e4a1682
+ REF boost-1.74.0
+ SHA512 9bf2584da463245f33b78a6b21fc09c5ac9c6ea626d3cd1bda2aa49105d4a55bbda6d8ef030f3364c633edf7b360974b73ad2ab5ba5d8fdb684215ba374dc23a
HEAD_REF master
)