mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[uriparser] Update to version 0.9.8 (#39047)
- [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 <teo@tsirpanis.gr>
This commit is contained in:
parent
e9bd3fd9bc
commit
f3a09072bb
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -8969,7 +8969,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"uriparser": {
|
||||
"baseline": "0.9.7",
|
||||
"baseline": "0.9.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"usbmuxd": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9bffcae8f88a0db14e9fae476d8231e01c13e42a",
|
||||
"version": "0.9.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "975fead9dd72eb7261d36b7fa2c0c2aeb7b79f43",
|
||||
"version": "0.9.7",
|
||||
|
Loading…
Reference in New Issue
Block a user