diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-10-25 10:38:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-26 18:49:29 -0700 |
| commit | c538d6d99668bb416153aade75ed5dd9f7b7c28d (patch) | |
| tree | 6b0f3ff43cf4d62ca87246437610a6888473223f /ports/c-ares | |
| parent | f5c8349a85df6cf9eafe24849fa734102105cb3d (diff) | |
| download | vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.tar.gz vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.zip | |
Upgrades 2018.10.25
Diffstat (limited to 'ports/c-ares')
| -rw-r--r-- | ports/c-ares/CONTROL | 2 | ||||
| -rw-r--r-- | ports/c-ares/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/c-ares/CONTROL b/ports/c-ares/CONTROL index 70eb454e4..204fd6668 100644 --- a/ports/c-ares/CONTROL +++ b/ports/c-ares/CONTROL @@ -1,4 +1,4 @@ Source: c-ares -Version: cares-1_14_0 +Version: cares-1_15_0 Description: A C library for asynchronous DNS requests Build-Depends: diff --git a/ports/c-ares/portfile.cmake b/ports/c-ares/portfile.cmake index 4a569b567..bf704304e 100644 --- a/ports/c-ares/portfile.cmake +++ b/ports/c-ares/portfile.cmake @@ -7,8 +7,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO c-ares/c-ares - REF cares-1_14_0 - SHA512 3ae7938648aec2fae651667bef02139f7eef2e7cd425cc310b7e3d56f409646f6170d37a3c9269aa654bfb1ced0a52b89fe49be9023edf8ff57efd0efaf59052 + REF cares-1_15_0 + SHA512 3c925e0b3a25f3b656a145966ca763f77ae4ccefd87f2d9ae01cae786eeca0ce8397af4ab21da64f516b4603850638f969056184c310372d22aeb5cbfd2704c8 HEAD_REF master ) |
