[ada-url] update to 2.9.1 (#40704)

This commit is contained in:
Cheney Wang 2024-08-31 23:08:32 -07:00 committed by GitHub
parent eb480556b6
commit 212cc45a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 5 deletions

View File

@ -18,10 +18,10 @@ index ff57220b..a6d90f29 100644
"$<TARGET_FILE:ada>" # <--this is in-file
"$<TARGET_FILE_DIR:adaparse>") # <--this is out-file path
endif()
-CPMAddPackage("gh:fmtlib/fmt#7.1.3")
-CPMAddPackage("gh:fmtlib/fmt#10.2.1")
-CPMAddPackage(
- GITHUB_REPOSITORY jarro2783/cxxopts
- VERSION 3.1.1
- VERSION 3.2.0
- OPTIONS "CXXOPTS_BUILD_EXAMPLES NO" "CXXOPTS_BUILD_TESTS NO" "CXXOPTS_ENABLE_INSTALL YES"
-)
+find_package(fmt CONFIG REQUIRED)

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ada-url/ada
REF "v${VERSION}"
SHA512 987782dacee5115f061f5579257fddf3ed26cdb8654279ce47915bef03abe7ca9904f0f4082b774be23772a3400925e908db45d9da935c7683269aae0ac2186a
SHA512 74bad3f234dfe7b72e2057583e077e6a0f78f34b9c699751972d079b8027ef2dc34e6ef07c0dedeb923d8979f91c58a8a90473e69152c89e76baaa3659fa575b
HEAD_REF main
PATCHES
no-cpm.patch

View File

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

View File

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