diff --git a/ports/buck-yeh-bux-mariadb-client/vcpkg.json b/ports/buck-yeh-bux-mariadb-client/vcpkg.json index ae739dc7c0a95a..7a22cfac863288 100644 --- a/ports/buck-yeh-bux-mariadb-client/vcpkg.json +++ b/ports/buck-yeh-bux-mariadb-client/vcpkg.json @@ -4,7 +4,7 @@ "description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API", "homepage": "https://github.com/buck-yeh/bux-mariadb-client", "license": "MIT", - "supports": "!(x86 | uwp | android | linux | osx)", + "supports": "!(x86 | android | linux | osx | uwp)", "dependencies": [ "buck-yeh-bux", "libmariadb", diff --git a/ports/buck-yeh-bux/vcpkg.json b/ports/buck-yeh-bux/vcpkg.json index 8f08c8e756e6c7..fc9d6044c713bd 100644 --- a/ports/buck-yeh-bux/vcpkg.json +++ b/ports/buck-yeh-bux/vcpkg.json @@ -4,7 +4,7 @@ "description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.", "homepage": "https://github.com/buck-yeh/bux", "license": "MIT", - "supports": "!(x86 | uwp | android | linux | osx)", + "supports": "!(x86 | android | linux | osx | uwp)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/b-/buck-yeh-bux-mariadb-client.json b/versions/b-/buck-yeh-bux-mariadb-client.json index ecf97019c3353f..1f9a3b3485a818 100644 --- a/versions/b-/buck-yeh-bux-mariadb-client.json +++ b/versions/b-/buck-yeh-bux-mariadb-client.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "187b0247640407884b4e8f1318ac21d8862d81f0", + "git-tree": "93796bb3e924091df2b5487187507cd6d72dc7c9", "version": "1.0.4", "port-version": 0 }, diff --git a/versions/b-/buck-yeh-bux.json b/versions/b-/buck-yeh-bux.json index 5d506f7f6c2ce5..6a5b30ba0e48ae 100644 --- a/versions/b-/buck-yeh-bux.json +++ b/versions/b-/buck-yeh-bux.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "1736f67102e39ff760cc3219e1f8dd4553eb0c69", + "git-tree": "5c50c1fb741af691a1869d1d1e678be290218bb4", "version": "1.7.0", "port-version": 0 },