diff options
| author | Glyn Matthews <glyn.matthews@gmail.com> | 2020-04-21 22:26:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 13:26:20 -0700 |
| commit | 1c3cab4405003ea8a057d8eb37c4824644901197 (patch) | |
| tree | 7a0c50d153c2ddfb8b55347a8d14d3c198d671f8 | |
| parent | c52d8f70d41ca0d536c7a8266e67ed6633c69680 (diff) | |
| download | vcpkg-1c3cab4405003ea8a057d8eb37c4824644901197.tar.gz vcpkg-1c3cab4405003ea8a057d8eb37c4824644901197.zip | |
[skyr-url] Bump version to 1.7.0 (#10868)
* Updated version of skyr-url
* Applied requested change for PR
| -rw-r--r-- | ports/skyr-url/CONTROL | 4 | ||||
| -rw-r--r-- | ports/skyr-url/portfile.cmake | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL index 0d60af585..23997172e 100644 --- a/ports/skyr-url/CONTROL +++ b/ports/skyr-url/CONTROL @@ -1,5 +1,5 @@ Source: skyr-url -Version: 1.5.1 -Build-Depends: tl-expected +Version: 1.7.0 +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 f4f6afafa..f9bf5f31e 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.5.2 - SHA512 7679aae7eefe46e957409271f766d41282d038216f80bdee8239da79456ca091394d17134913224c1fda915c12aae83af9aea4b2bc634cd4853ced43c9c08b9e + REF v1.7.0 + SHA512 ea1f4cd0d42ef024f68a5b8f97da8a862b091c15162af71748a44175d5795492e0a358995ae04bfa8e75f5d92a65e9f9063b25b85cebd47f191f6352a559416f HEAD_REF master ) @@ -25,4 +25,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") # Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/skyr-url RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
