Skip to content

Commit

Permalink
Update upa-url port to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 18, 2024
1 parent da5024e commit 3a7519a
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 6217d2ec00191d125b94d86ea1bc094d5386ee9ebe7368d5ffa74161ab911d2409833239ff6874b185a7deb838a50a6b06cb79f287d16095227c83494e4fd1b4
SHA512 c21a48f74dc31f9114574c69e2ce17c7957f50c65bc99f45acb9f7e88930b1b7e125c90cf3b7f002e63d8456f6f7377d0e28ffc7c7e5ffe87c4d414ef5845733
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.0",
"version": "1.0.1",
"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 @@ -9169,7 +9169,7 @@
"port-version": 0
},
"upa-url": {
"baseline": "1.0.0",
"baseline": "1.0.1",
"port-version": 0
},
"upb": {
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": "296cbb13a682dea1a57ee552d78236df6b7d4b77",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "cf986c3938d7f479923887f031f0748ee3f81229",
"version": "1.0.0",
Expand Down

0 comments on commit 3a7519a

Please sign in to comment.