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

[uriparser] Update to version 0.9.8 #39047

Merged
merged 5 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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/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 bfe94f6e54d0abb5afa7bb0411940b7242cb835a # uriparser-0.9.8
kadirlua marked this conversation as resolved.
Show resolved Hide resolved
SHA512 f85e051d89add7fbb500b6c2e79157115d27174d874df8924df3cce1d69ff0e16baa5654b6600f9c3cc7849e9d33f5f99a293a7c2ef64237657a92f33694bd43
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 @@ -8965,7 +8965,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": "2f52d13d5c0257ccd188a1a0d57bba13cc2a5118",
"version": "0.9.8",
"port-version": 0
},
{
"git-tree": "975fead9dd72eb7261d36b7fa2c0c2aeb7b79f43",
"version": "0.9.7",
Expand Down
Loading