aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlyn Matthews <glyn.matthews@gmail.com>2020-06-05 20:59:49 +0200
committerGitHub <noreply@github.com>2020-06-05 11:59:49 -0700
commit957d9072dac70a6349700543bf9552042c4a56fa (patch)
tree4f841102c4005465941a484786ad343142f36aef
parentc797ee9623d38a53e92b9e0ca8d5f6944b0aa665 (diff)
downloadvcpkg-957d9072dac70a6349700543bf9552042c4a56fa.tar.gz
vcpkg-957d9072dac70a6349700543bf9552042c4a56fa.zip
[skyr-url] Changed version number for skyr-url (#11774)
-rw-r--r--ports/skyr-url/CONTROL2
-rw-r--r--ports/skyr-url/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL
index 1e541b2e3..99fbe8262 100644
--- a/ports/skyr-url/CONTROL
+++ b/ports/skyr-url/CONTROL
@@ -1,5 +1,5 @@
Source: skyr-url
-Version: 1.9.0
+Version: 1.10.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 4e81f08ae..2b58c6dbc 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.9.0
- SHA512 14c0ebb8fa143a733ee07a412c23be4afc0b2c414d722483181a8453fe37e3b1616071cee0f7f8c052ff03c7127fdb1da31be9be108601001aa2c6c80fc2448b
+ REF v1.10.0
+ SHA512 13ac824a388ba03a6bf30c1085992777044a97f471ee4a9d11001b7708fb4f7fe180c7cf6a286ca368a101e8d34d8e830cc0c18c56179db86774e8a73fb2b7fb
HEAD_REF master
)