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-ratio | |
| parent | eeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff) | |
| download | vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip | |
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-ratio')
| -rw-r--r-- | ports/boost-ratio/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-ratio/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-ratio/CONTROL b/ports/boost-ratio/CONTROL index 944b8ad2e..f86ebc93c 100644 --- a/ports/boost-ratio/CONTROL +++ b/ports/boost-ratio/CONTROL @@ -1,6 +1,6 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-ratio
-Version: 1.73.0
+Version: 1.74.0
Build-Depends: boost-config, boost-core, boost-integer, boost-mpl, boost-rational, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/ratio
Description: Boost ratio module
diff --git a/ports/boost-ratio/portfile.cmake b/ports/boost-ratio/portfile.cmake index 448611029..ef078630b 100644 --- a/ports/boost-ratio/portfile.cmake +++ b/ports/boost-ratio/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/ratio
- REF boost-1.73.0
- SHA512 8e3b203d120447c346b25272da821e8579e39427f5f6d66442ed10d0741c3fa80c4fc9b97a96cf15a22261d43a66ccc9700c390e34bda2ed3ae880c2ea7d04e3
+ REF boost-1.74.0
+ SHA512 64a86639b73f052e4fc8d5dcae627b81a23c3566102eec2677322637edd8e8a1fcaf5db383e667252465c5a746832741d4060c8c30abe3cf841132f7f08bcde4
HEAD_REF master
)
|
