mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:10:47 +08:00
[skyr-url] Changed version number to 1.12.0 (#12214)
This commit is contained in:
parent
b65decc9f7
commit
63cd5bf560
@ -1,5 +1,5 @@
|
||||
Source: skyr-url
|
||||
Version: 1.11.0
|
||||
Build-Depends: tl-expected, nlohmann-json
|
||||
Version: 1.12.0
|
||||
Build-Depends: tl-expected, range-v3, nlohmann-json
|
||||
Homepage: https://github.com/cpp-netlib/url
|
||||
Description: A C++ library that implements the WhatWG URL specification
|
||||
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO cpp-netlib/url
|
||||
REF v1.11.0
|
||||
SHA512 bb3dd369df76de4a540dc6f83c9f1de4099043258ac2be2ba431328833f8db12c2b52d1b930f93ab64942917fe57b8996bf61659c2a923d052c7427ca06c4dae
|
||||
REF v1.12.0
|
||||
SHA512 b17b3bf6bb00ba5008b0da23f6a1977cdd154026c7887a59c6cf81351378c0803249ce0a3c53812456633c2971205a5514940a282a0fbaf8f91ce808fba7c753
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user