diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL index bf8157667198d8..a44c81ae4d1d72 100644 --- a/ports/skyr-url/CONTROL +++ b/ports/skyr-url/CONTROL @@ -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 diff --git a/ports/skyr-url/portfile.cmake b/ports/skyr-url/portfile.cmake index 9765676658c1be..96dc3a8a36f6c4 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.11.0 - SHA512 bb3dd369df76de4a540dc6f83c9f1de4099043258ac2be2ba431328833f8db12c2b52d1b930f93ab64942917fe57b8996bf61659c2a923d052c7427ca06c4dae + REF v1.12.0 + SHA512 b17b3bf6bb00ba5008b0da23f6a1977cdd154026c7887a59c6cf81351378c0803249ce0a3c53812456633c2971205a5514940a282a0fbaf8f91ce808fba7c753 HEAD_REF main )