Skip to content

Commit

Permalink
[uriparser] Update to version 0.9.8 (#39047)
Browse files Browse the repository at this point in the history
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

This PR updates uriparser to version 0.9.8.

---------

Co-authored-by: Theodore Tsirpanis <[email protected]>
  • Loading branch information
kadirlua and teo-tsirpanis authored Jun 3, 2024
1 parent e9bd3fd commit f3a0907
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/uriparser/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uriparser/uriparser
REF 634b678fa858abf1d1ebc0634e96e9e29596e92a # uriparser-0.9.7
SHA512 124d1b772b365af3c603146c65986698a94e839e5499da6391694d7958d73bfad38d59f967836270c2a190a1c8d2309fb5ad6068543ce40e4847523e55ca26b9
REF uriparser-${VERSION}
SHA512 4222e6d7dcdb525514ca8f42e5a9b314e0f09102ef2e72131702b6297d7cb9f509f757b9bec64c4ef88146667a60b992ff71e3c1fea50a82e45c3a14b8992326
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/uriparser/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uriparser",
"version": "0.9.7",
"version": "0.9.8",
"description": "Strictly RFC 3986 compliant URI parsing and handling library written in C89.",
"homepage": "https://uriparser.github.io/",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8969,7 +8969,7 @@
"port-version": 5
},
"uriparser": {
"baseline": "0.9.7",
"baseline": "0.9.8",
"port-version": 0
},
"usbmuxd": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/uriparser.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9bffcae8f88a0db14e9fae476d8231e01c13e42a",
"version": "0.9.8",
"port-version": 0
},
{
"git-tree": "975fead9dd72eb7261d36b7fa2c0c2aeb7b79f43",
"version": "0.9.7",
Expand Down

0 comments on commit f3a0907

Please sign in to comment.