aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlyn Matthews <glyn.matthews@gmail.com>2020-05-27 06:01:54 +0200
committerGitHub <noreply@github.com>2020-05-26 21:01:54 -0700
commitb08757ea9a74f2857e7cecdf5a1fe74b9a1b7a06 (patch)
tree7484d9a9e897056127b8bd1caec91442513b1aa8
parentaf56d50d64d0473f48dc7d4acfabc1b91265cf3b (diff)
downloadvcpkg-b08757ea9a74f2857e7cecdf5a1fe74b9a1b7a06.tar.gz
vcpkg-b08757ea9a74f2857e7cecdf5a1fe74b9a1b7a06.zip
[skyr-url] Changed version number to 1.9.0 (#11568)
-rw-r--r--ports/skyr-url/CONTROL2
-rw-r--r--ports/skyr-url/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/skyr-url/CONTROL b/ports/skyr-url/CONTROL
index 8fb9f5f34..1e541b2e3 100644
--- a/ports/skyr-url/CONTROL
+++ b/ports/skyr-url/CONTROL
@@ -1,5 +1,5 @@
Source: skyr-url
-Version: 1.7.5
+Version: 1.9.0
Build-Depends: tl-expected, 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 c9e1910b0..4e81f08ae 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.7.5-1
- SHA512 0d54b8528a0497fb9692a3f7ffdce909e7a79712f3a84c03a12463095246fe18ddb3b42471e130c033944a9d15ef2870b302d73b956975bc1c0cba14f4833196
+ REF v1.9.0
+ SHA512 14c0ebb8fa143a733ee07a412c23be4afc0b2c414d722483181a8453fe37e3b1616071cee0f7f8c052ff03c7127fdb1da31be9be108601001aa2c6c80fc2448b
HEAD_REF master
)