[upa-url] update to 1.0.1 (#41648)

This commit is contained in:
Rimas Misevičius 2024-10-19 02:50:00 +03:00 committed by GitHub
parent b046d77750
commit ce2e65766e
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 OUT_SOURCE_PATH SOURCE_PATH
REPO upa-url/upa REPO upa-url/upa
REF "v${VERSION}" REF "v${VERSION}"
SHA512 6217d2ec00191d125b94d86ea1bc094d5386ee9ebe7368d5ffa74161ab911d2409833239ff6874b185a7deb838a50a6b06cb79f287d16095227c83494e4fd1b4 SHA512 c21a48f74dc31f9114574c69e2ce17c7957f50c65bc99f45acb9f7e88930b1b7e125c90cf3b7f002e63d8456f6f7377d0e28ffc7c7e5ffe87c4d414ef5845733
HEAD_REF main HEAD_REF main
PATCHES PATCHES
cxx-standard.patch cxx-standard.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "upa-url", "name": "upa-url",
"version": "1.0.0", "version": "1.0.1",
"description": "An implementation of the WHATWG URL Standard in C++", "description": "An implementation of the WHATWG URL Standard in C++",
"homepage": "https://github.com/upa-url/upa", "homepage": "https://github.com/upa-url/upa",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",

View File

@ -9157,7 +9157,7 @@
"port-version": 0 "port-version": 0
}, },
"upa-url": { "upa-url": {
"baseline": "1.0.0", "baseline": "1.0.1",
"port-version": 0 "port-version": 0
}, },
"upb": { "upb": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "296cbb13a682dea1a57ee552d78236df6b7d4b77",
"version": "1.0.1",
"port-version": 0
},
{ {
"git-tree": "cf986c3938d7f479923887f031f0748ee3f81229", "git-tree": "cf986c3938d7f479923887f031f0748ee3f81229",
"version": "1.0.0", "version": "1.0.0",