From 957d9072dac70a6349700543bf9552042c4a56fa Mon Sep 17 00:00:00 2001 From: Glyn Matthews Date: Fri, 5 Jun 2020 20:59:49 +0200 Subject: [PATCH] [skyr-url] Changed version number for skyr-url (#11774) --- ports/skyr-url/CONTROL | 2 +- 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 1e541b2e315..99fbe8262b4 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 4e81f08aed1..2b58c6dbc08 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 )