diff options
| author | niclar <niclar80@gmail.com> | 2020-11-06 22:30:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-06 13:30:37 -0800 |
| commit | 0e1252388d5353f031e177b2826bab98d6c2e21c (patch) | |
| tree | bebed137e3ec460899eafda8710bedcd25526952 /ports/boost-pool | |
| parent | eeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff) | |
| download | vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip | |
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-pool')
| -rw-r--r-- | ports/boost-pool/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-pool/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-pool/CONTROL b/ports/boost-pool/CONTROL index bf069b92c..1eebeccbd 100644 --- a/ports/boost-pool/CONTROL +++ b/ports/boost-pool/CONTROL @@ -1,6 +1,6 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-pool
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers, boost-winapi
Homepage: https://github.com/boostorg/pool
Description: Boost pool module
diff --git a/ports/boost-pool/portfile.cmake b/ports/boost-pool/portfile.cmake index 0549c721a..f7aae091a 100644 --- a/ports/boost-pool/portfile.cmake +++ b/ports/boost-pool/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/pool
- REF boost-1.73.0
- SHA512 922c1caddc06cccd82b7137cc50e1ea2e5b02b227c3d568f06096c4237138a1345101e96d0450b5d2ff3ba55f89ae9a45200433e8e811efb3b3ae9c579f8466b
+ REF boost-1.74.0
+ SHA512 893fb1a56a42217d9480ed44786839510b8689f188708fc6c43b0888651cf0315e1100027bd11872805ac1f75fdad7ba736e966ccb8b069e9c8780e13bfbff82
HEAD_REF master
)
|
