Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 5a140074d1d92ac41c6da6f615a2d1c4bb5d09a43550a16967e4a7b40f00cc1245fc0c7acb572300d96253763ef3f36394f720dd8777658723d1d302c0ee9938
SHA512 e3110a0714bcb28c9c740aae0345a016816d9872cbec61321fce6d3be6132bcf01fbed55310013b84b6c37bf25c818de4ff7c328ac8e772c745316fca49f65ef
HEAD_REF main
PATCHES
cxx-standard.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/upa-url/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9417,7 +9417,7 @@
"port-version": 0
},
"upa-url": {
"baseline": "1.0.2",
"baseline": "1.1.0",
"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": "1c7a785cd7cc0abac96ca10d32ea2482d8e4338c",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "a5f99af58c8ee13e139226511bb30761d9ceb2e2",
"version": "1.0.2",
Expand Down