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 0.9.6 #22398

Merged
Merged
Show file tree
Hide file tree
Changes from all 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 092c2ed1c1cdf2e3305f76927369a07b294eb279 # uriparser-0.9.5
SHA512 2d7a4e9d186389bada2a8e6b4400b628ea54d17fb8d8ba32f2f416205480a72e94c724ba04462b874b3b4b9399b7f776bcfae76a8cb96a8b896514c05d2be775
REF 1ebc4811d2a986d68142587eca2256837be0da85 # uriparser-0.9.6
SHA512 fda7a92afddf12362691718a220ff23363c9684d0f2b500362f7060abd04440a8baaad1cd3d3ba6ab7e94a16e29763ca67c415aa66c284102bea6b80a8058045
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/uriparser/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "uriparser",
"version-semver": "0.9.5",
"port-version": 1,
"version": "0.9.6",
"description": "Strictly RFC 3986 compliant URI parsing and handling library written in C89.",
"homepage": "https://uriparser.github.io/",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7045,8 +7045,8 @@
"port-version": 1
},
"uriparser": {
"baseline": "0.9.5",
"port-version": 1
"baseline": "0.9.6",
"port-version": 0
},
"usbmuxd": {
"baseline": "1.2.235",
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": "9f9aef4f8260430170711fecac6c383bb259f034",
"version": "0.9.6",
"port-version": 0
},
{
"git-tree": "6e6605cac24d7d9cc91af51a7ea3b1da2adde159",
"version-semver": "0.9.5",
Expand Down