Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skyr-url] Changed version number to 1.12.0 #12214

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/skyr-url/CONTROL
Original file line number Diff line number Diff line change
@@ -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:/cpp-netlib/url
Description: A C++ library that implements the WhatWG URL specification
4 changes: 2 additions & 2 deletions ports/skyr-url/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down