diff --git a/ports/uni-algo/portfile.cmake b/ports/uni-algo/portfile.cmake index 8d31cf0e5bfc12..263b0b246eb01d 100644 --- a/ports/uni-algo/portfile.cmake +++ b/ports/uni-algo/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uni-algo/uni-algo REF "v${VERSION}" - SHA512 031d6ec2a1a2c09972a68d7b9bf49a209441e69802d5d8d37b2a37d9b6e002427496d420629d2119dc1d0e80f38c7b220e253b0858db5f172789472447041799 + SHA512 55abef9b225aba8681439c83c08636b1bebf8faa73e7c8f137fc6cb3c8c6d3c5e0488082c852522fd5680d07366574d8acb25ce762e164c53d9014f249cb572f HEAD_REF main ) @@ -19,8 +19,6 @@ vcpkg_cmake_config_fixup(NO_PREFIX_CORRECTION) vcpkg_copy_pdbs() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -# Remove empty directory -file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/uni_algo/impl/doc") # Install copyright and usage vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md") diff --git a/ports/uni-algo/vcpkg.json b/ports/uni-algo/vcpkg.json index 664bf997601294..7d1ebef92a46fb 100644 --- a/ports/uni-algo/vcpkg.json +++ b/ports/uni-algo/vcpkg.json @@ -1,6 +1,6 @@ { "name": "uni-algo", - "version-semver": "0.7.0", + "version-semver": "1.0.0", "description": "Unicode Algorithms Implementation", "homepage": "https://github.com/uni-algo/uni-algo", "license": "Unlicense OR MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 14180cea9054b6..161e8033704eca 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8305,7 +8305,7 @@ "port-version": 1 }, "uni-algo": { - "baseline": "0.7.0", + "baseline": "1.0.0", "port-version": 0 }, "unicorn": { diff --git a/versions/u-/uni-algo.json b/versions/u-/uni-algo.json index 0800588a6a35d8..704b71dbfa19c0 100644 --- a/versions/u-/uni-algo.json +++ b/versions/u-/uni-algo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "507c5e80892a1390e2a5cb8b8fb1ab3ce275e42e", + "version-semver": "1.0.0", + "port-version": 0 + }, { "git-tree": "ae30ff42462d61d142eca81383fb9a7c9df3703a", "version-semver": "0.7.0",