[skyr-url] Updated version number of skyr-url (#11911)

* [skyr-url] Updated version number of skyr-url

* Updated HEAD_REF value
This commit is contained in:
Glyn Matthews 2020-06-19 01:27:17 +02:00 committed by GitHub
parent 20d7fe5bb2
commit ee17a68508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: skyr-url
Version: 1.10.0
Version: 1.11.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,9 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cpp-netlib/url
REF v1.10.0
SHA512 13ac824a388ba03a6bf30c1085992777044a97f471ee4a9d11001b7708fb4f7fe180c7cf6a286ca368a101e8d34d8e830cc0c18c56179db86774e8a73fb2b7fb
HEAD_REF master
REF v1.11.0
SHA512 bb3dd369df76de4a540dc6f83c9f1de4099043258ac2be2ba431328833f8db12c2b52d1b930f93ab64942917fe57b8996bf61659c2a923d052c7427ca06c4dae
HEAD_REF main
)
vcpkg_configure_cmake(