[skyr-url] Changed version number for skyr-url (#11774)

This commit is contained in:
Glyn Matthews 2020-06-05 20:59:49 +02:00 committed by GitHub
parent c797ee9623
commit 957d9072da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
)