aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-variant
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-variant
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-variant')
-rw-r--r--ports/boost-variant/CONTROL2
-rw-r--r--ports/boost-variant/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-variant/CONTROL b/ports/boost-variant/CONTROL
index a86a2889a..67609a8d9 100644
--- a/ports/boost-variant/CONTROL
+++ b/ports/boost-variant/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-variant
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-move, boost-mpl, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/variant
Description: Boost variant module
diff --git a/ports/boost-variant/portfile.cmake b/ports/boost-variant/portfile.cmake
index 8f7164dc0..710f3a9a6 100644
--- a/ports/boost-variant/portfile.cmake
+++ b/ports/boost-variant/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/variant
- REF boost-1.73.0
- SHA512 008e8bbefd30a4dfe33d43b549cbd8897e434080816ceb7e74aee801b05e2ba2e3931c5533a06b56033ebc6b21b47f2c1f77379b82c0f1a5211f07301c0ab73b
+ REF boost-1.74.0
+ SHA512 f5af88c1b18467ffa1cff75ab7e6cdb6c94d7ef002de1ff5d3b6527e65977d18339705cc39ed875893e5cc15fcfe4731713218113d5446bd603e5f25f611f166
HEAD_REF master
)