aboutsummaryrefslogtreecommitdiff
path: root/ports/uriparser
diff options
context:
space:
mode:
Diffstat (limited to 'ports/uriparser')
-rw-r--r--ports/uriparser/CONTROL2
-rw-r--r--ports/uriparser/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uriparser/CONTROL b/ports/uriparser/CONTROL
index c86313339..6196b0a45 100644
--- a/ports/uriparser/CONTROL
+++ b/ports/uriparser/CONTROL
@@ -1,5 +1,5 @@
Source: uriparser
-Version: 0.9.3-5
+Version: 0.9.4
Homepage: https://github.com/uriparser/uriparser
Description: uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C"). uriparser is cross-platform, fast, supports Unicode, and is licensed under the New BSD license.
diff --git a/ports/uriparser/portfile.cmake b/ports/uriparser/portfile.cmake
index 5082d7e9b..83a6ce8c0 100644
--- a/ports/uriparser/portfile.cmake
+++ b/ports/uriparser/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uriparser/uriparser
- REF uriparser-0.9.3
- SHA512 5740e2405566c17c4467a677d83596d86398b64778ad2b5234e9390d8ab817d1b5231988d120b1d19b099788e38814825a438beed991e49b242b8a5de8c51d03
+ REF 25dddb16cf044a7df27884e7ad3911baaaca3d7c # uriparser-0.9.4
+ SHA512 9001649eb027d0ff4f990b20d0f05643939e2bb8ab89d158f32353d6f7c4264a551a6af7856ad13890d05f58b3d15d59e6d82ee0d95b7788c03b34bb52086cd2
HEAD_REF master
)