aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-system
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-system
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-system')
-rw-r--r--ports/boost-system/CONTROL2
-rw-r--r--ports/boost-system/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-system/CONTROL b/ports/boost-system/CONTROL
index 65ab14b2a..d6467d473 100644
--- a/ports/boost-system/CONTROL
+++ b/ports/boost-system/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-system
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/system
Description: Boost system module
diff --git a/ports/boost-system/portfile.cmake b/ports/boost-system/portfile.cmake
index de154b860..9a8125580 100644
--- a/ports/boost-system/portfile.cmake
+++ b/ports/boost-system/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/system
- REF boost-1.73.0
- SHA512 dd295f0388991b4957187e899d28bfa49a867b0887a3941784bf22fa01cb2028fbf453e341f1641260f6d360500f324ff8b43b92a0e15d876f45c28b415fdd86
+ REF boost-1.74.0
+ SHA512 681ad487a3b2ba0392ca1a86119e2be21c4c9f8b71e0a624d4939c92c00b94d1a491f14305176d3b8ea715568db084cbd1e3d3affe58d5c4b8177edb5945e785
HEAD_REF master
)