aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-io
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-io
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-io')
-rw-r--r--ports/boost-io/CONTROL2
-rw-r--r--ports/boost-io/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-io/CONTROL b/ports/boost-io/CONTROL
index 246a29dba..9c5e44512 100644
--- a/ports/boost-io/CONTROL
+++ b/ports/boost-io/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-io
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-config, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/io
Description: Boost io module
diff --git a/ports/boost-io/portfile.cmake b/ports/boost-io/portfile.cmake
index f293e66d5..b66db694e 100644
--- a/ports/boost-io/portfile.cmake
+++ b/ports/boost-io/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/io
- REF boost-1.73.0
- SHA512 4217a043ef961e31c329b85ccf6c8fd48dfa44692d8f4c4b76e380580cc977d65b4f94a3efaaf880078c98d77056d76a8cd63f35fd95e6d9eb75865694c50740
+ REF boost-1.74.0
+ SHA512 c344ea5793d25fca5c3751e8f19a1281883ad813ec7703d5df20d1f6a9642d37f028301a1f0c63bfae2465ee9d3385c0ab1e30608d35efcd98ddc3034c431286
HEAD_REF master
)