aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-variant2
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-variant2
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-variant2')
-rw-r--r--ports/boost-variant2/CONTROL2
-rw-r--r--ports/boost-variant2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-variant2/CONTROL b/ports/boost-variant2/CONTROL
index 4dd1a1928..af73b7a3b 100644
--- a/ports/boost-variant2/CONTROL
+++ b/ports/boost-variant2/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-variant2
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-config, boost-detail, boost-integer, boost-mp11, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/variant2
Description: Boost variant2 module
diff --git a/ports/boost-variant2/portfile.cmake b/ports/boost-variant2/portfile.cmake
index 7fa405d72..3535dedf6 100644
--- a/ports/boost-variant2/portfile.cmake
+++ b/ports/boost-variant2/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/variant2
- REF boost-1.73.0
- SHA512 5f5195ebcfc8f9a266541e9556332bb61a1a99c5636e59c9e4fd42525c9f06856cd64bd0aa975cc77321e181c3490b2cef7dc55c5eb43666ca3ca0c606a27ec5
+ REF boost-1.74.0
+ SHA512 b4778f3645d9073543f7bc030deb02ab66e0b341c37ba80e4afd8289e5e6cf8022481bdfacd29c62401772ded95b5924b16fe541196d67fa5b1f72a50347a502
HEAD_REF master
)