diff --git a/ports/ftxui/portfile.cmake b/ports/ftxui/portfile.cmake index 264d280be0..e5dac57582 100644 --- a/ports/ftxui/portfile.cmake +++ b/ports/ftxui/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ArthurSonzogni/FTXUI REF "v${VERSION}" - SHA512 14de98770e8a23707455f9197e9ef3b41effc1b5b8a594a7270b1378034720f58b5a81b99653d8b1f04e003565ae4778a1e5a3d756c8cbf297e2d09e327f608e + SHA512 be5ed7f2b3c90a7de874115a131c75c69ad9dd6db4c3bc0cfd7036cfe449b8d16af3df8f1aa1bcb057347bd726837e3f1c42e30a06cf3ad34b50e7bd26ba4883 HEAD_REF master ) @@ -21,9 +21,6 @@ vcpkg_cmake_install() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) -file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig") -file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/ftxui.pc" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/ftxui.pc") -file(RENAME "${CURRENT_PACKAGES_DIR}/lib/ftxui.pc" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ftxui.pc") vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/ftxui/vcpkg.json b/ports/ftxui/vcpkg.json index b2043bb3c2..ebcc09be94 100644 --- a/ports/ftxui/vcpkg.json +++ b/ports/ftxui/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ftxui", - "version-semver": "4.1.1", + "version-semver": "5.0.0", "description": "C++ Functional Terminal User Interface", "homepage": "https://github.com/ArthurSonzogni/FTXUI", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 541a6ab1b3..e5f65c87a5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2725,7 +2725,7 @@ "port-version": 1 }, "ftxui": { - "baseline": "4.1.1", + "baseline": "5.0.0", "port-version": 0 }, "function2": { diff --git a/versions/f-/ftxui.json b/versions/f-/ftxui.json index 251f3791eb..36e539f34c 100644 --- a/versions/f-/ftxui.json +++ b/versions/f-/ftxui.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "876ee1aa2ce39652ff1d759eead5a1552402b11d", + "version-semver": "5.0.0", + "port-version": 0 + }, { "git-tree": "e69be1052699ec7fee92c1aaf9b4c1e66f9d47ef", "version-semver": "4.1.1",