[ada-url] Update to 2.6.0 (#32815)

* [ada-url] Update to 2.6.0

* [ada-url] Update baseline version
This commit is contained in:
myd7349 2023-08-08 00:07:58 +08:00 committed by GitHub
parent a67ca6b1ea
commit 9141c3b500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ada-url/ada
REF "v${VERSION}"
SHA512 bb3814af0728b924a6685cfa510f1ccf7ced692850c55849e42c88c07234e0f8fc19426ecfdd1c1ef84543041b0604da312e02b98bd7c8cd2609f8a5ed3ae224
SHA512 49f50eefd6b7940ab0acc35de3f8b26c75db9ee46e0c9c28cb3b98aacb4ebca3e147e4880f288f6554599ce8b9e099021bce9203cb6d59ee1308e91b1f366818
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "ada-url",
"version": "2.5.1",
"version": "2.6.0",
"description": "WHATWG-compliant and fast URL parser written in modern C++",
"homepage": "https://ada-url.com/",
"license": "MIT",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5eeb54c3da6362aa30bddf522b944e1e95bdc005",
"version": "2.6.0",
"port-version": 0
},
{
"git-tree": "e613c15954b7650fd68c9f46109ba536dad6a27a",
"version": "2.5.1",

View File

@ -37,7 +37,7 @@
"port-version": 14
},
"ada-url": {
"baseline": "2.5.1",
"baseline": "2.6.0",
"port-version": 0
},
"ade": {