diff --git a/ports/upa-url/portfile.cmake b/ports/upa-url/portfile.cmake index a97d70685f9e4b..509180080ae71f 100644 --- a/ports/upa-url/portfile.cmake +++ b/ports/upa-url/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO upa-url/upa REF "v${VERSION}" - SHA512 5a140074d1d92ac41c6da6f615a2d1c4bb5d09a43550a16967e4a7b40f00cc1245fc0c7acb572300d96253763ef3f36394f720dd8777658723d1d302c0ee9938 + SHA512 e3110a0714bcb28c9c740aae0345a016816d9872cbec61321fce6d3be6132bcf01fbed55310013b84b6c37bf25c818de4ff7c328ac8e772c745316fca49f65ef HEAD_REF main PATCHES cxx-standard.patch diff --git a/ports/upa-url/vcpkg.json b/ports/upa-url/vcpkg.json index 43e7aa9c032587..3cd887fc27c13a 100644 --- a/ports/upa-url/vcpkg.json +++ b/ports/upa-url/vcpkg.json @@ -1,8 +1,9 @@ { "name": "upa-url", - "version": "1.0.2", + "version": "1.1.0", "description": "An implementation of the WHATWG URL Standard in C++", "homepage": "https://github.com/upa-url/upa", + "documentation": "https://upa-url.github.io/docs/", "license": "BSD-2-Clause", "dependencies": [ { diff --git a/versions/baseline.json b/versions/baseline.json index 5ed690f82b69a8..3b5c8253bee4c6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9417,7 +9417,7 @@ "port-version": 0 }, "upa-url": { - "baseline": "1.0.2", + "baseline": "1.1.0", "port-version": 0 }, "urdfdom": { diff --git a/versions/u-/upa-url.json b/versions/u-/upa-url.json index f816f255582205..e21302ac7c6408 100644 --- a/versions/u-/upa-url.json +++ b/versions/u-/upa-url.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1c7a785cd7cc0abac96ca10d32ea2482d8e4338c", + "version": "1.1.0", + "port-version": 0 + }, { "git-tree": "a5f99af58c8ee13e139226511bb30761d9ceb2e2", "version": "1.0.2",