diff options
| author | Glyn Matthews <glyn.matthews@gmail.com> | 2020-04-23 22:46:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 13:46:57 -0700 |
| commit | 6c13c24d44e94a1a5d63160a1a1359795381f00a (patch) | |
| tree | 464c722344e7cfa46d8b48bcab9ed4650d8e5709 | |
| parent | 9fc14ff367e3e9c4b6d6c2857ccd711a8e6d09a2 (diff) | |
| download | vcpkg-6c13c24d44e94a1a5d63160a1a1359795381f00a.tar.gz vcpkg-6c13c24d44e94a1a5d63160a1a1359795381f00a.zip | |
[skyr-url] Updated port to use version 1.7.3 (#10954)
| -rw-r--r-- | ports/skyr-url/CONTROL | 2 | ||||
| -rw-r--r-- | ports/skyr-url/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL index 23997172e..f298c34d5 100644 --- a/ports/skyr-url/CONTROL +++ b/ports/skyr-url/CONTROL @@ -1,5 +1,5 @@ Source: skyr-url -Version: 1.7.0 +Version: 1.7.3 Build-Depends: tl-expected, nlohmann-json Homepage: https://github.com/cpp-netlib/url Description: A C++ library that implements the WhatWG URL specification diff --git a/ports/skyr-url/portfile.cmake b/ports/skyr-url/portfile.cmake index f9bf5f31e..9bcb0b71f 100644 --- a/ports/skyr-url/portfile.cmake +++ b/ports/skyr-url/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO cpp-netlib/url - REF v1.7.0 - SHA512 ea1f4cd0d42ef024f68a5b8f97da8a862b091c15162af71748a44175d5795492e0a358995ae04bfa8e75f5d92a65e9f9063b25b85cebd47f191f6352a559416f + REF v1.7.3 + SHA512 2c33c624f7e8a23aead7da47cbafc31d1221abf00eeec01d188a17f54adf8b0b150cdd6bd8948d39f27ab78f7e4d42e82a54a15b449254933587c57c9e222a66 HEAD_REF master ) |
