[ada-url] update to 2.9.2 (#41248)

This commit is contained in:
Cheney Wang 2024-09-30 23:45:17 +08:00 committed by GitHub
parent f4f64b4efa
commit a43ddeddf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 74bad3f234dfe7b72e2057583e077e6a0f78f34b9c699751972d079b8027ef2dc34e6ef07c0dedeb923d8979f91c58a8a90473e69152c89e76baaa3659fa575b
SHA512 bc876db537153d6b0599215ca8be8261bceca6d213fcc63af5fda13c1b32876496cb8d4e98c787f17317cf8ffd1940431551513807f1a18f9ce993fad35f5ec6
HEAD_REF main
PATCHES
no-cpm.patch

View File

@ -1,6 +1,6 @@
{
"name": "ada-url",
"version": "2.9.1",
"version": "2.9.2",
"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": "ca729da9e664e3a59d88115c9e8a8d59b775801c",
"version": "2.9.2",
"port-version": 0
},
{
"git-tree": "2587b45a68dd1af9394ffb47b1e517ec04a619e7",
"version": "2.9.1",

View File

@ -37,7 +37,7 @@
"port-version": 16
},
"ada-url": {
"baseline": "2.9.1",
"baseline": "2.9.2",
"port-version": 0
},
"ade": {