Skip to content

Commit

Permalink
[upa-url] update to 1.0.2 (microsoft#42393)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev authored Nov 27, 2024
1 parent 95bad1f commit 954ec6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/upa-url/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO upa-url/upa
REF "v${VERSION}"
SHA512 c21a48f74dc31f9114574c69e2ce17c7957f50c65bc99f45acb9f7e88930b1b7e125c90cf3b7f002e63d8456f6f7377d0e28ffc7c7e5ffe87c4d414ef5845733
SHA512 5a140074d1d92ac41c6da6f615a2d1c4bb5d09a43550a16967e4a7b40f00cc1245fc0c7acb572300d96253763ef3f36394f720dd8777658723d1d302c0ee9938
HEAD_REF main
PATCHES
cxx-standard.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/upa-url/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upa-url",
"version": "1.0.1",
"version": "1.0.2",
"description": "An implementation of the WHATWG URL Standard in C++",
"homepage": "https://github.com/upa-url/upa",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9237,7 +9237,7 @@
"port-version": 0
},
"upa-url": {
"baseline": "1.0.1",
"baseline": "1.0.2",
"port-version": 0
},
"urdfdom": {
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/upa-url.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a5f99af58c8ee13e139226511bb30761d9ceb2e2",
"version": "1.0.2",
"port-version": 0
},
{
"git-tree": "296cbb13a682dea1a57ee552d78236df6b7d4b77",
"version": "1.0.1",
Expand Down

0 comments on commit 954ec6c

Please sign in to comment.