From 3c2e4c93ed7e5f0596c1e5b932d102e41bc9ec46 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:38:18 +0800 Subject: [PATCH] [libunibreak] update to 5.1 (#34854) * [libunibreak] update to 5.1 * [libunibreak] update to 5.1 --- ports/libunibreak/portfile.cmake | 4 ++-- ports/libunibreak/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libunibreak.json | 5 +++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ports/libunibreak/portfile.cmake b/ports/libunibreak/portfile.cmake index c73851614f..db55dfc87a 100644 --- a/ports/libunibreak/portfile.cmake +++ b/ports/libunibreak/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO adah1972/libunibreak - REF libunibreak_5_0 # libunibreak_5_0 - SHA512 909c12cf5df92f0374050fc7a0ef9e91bc1efe6a5dc5a80f4e2c81a507f1228ecaba417c3ee001e11b2422024bea68cc14eb66e08360ae69f830cdaa18764484 + REF libunibreak_5_1 + SHA512 c47d6445cab36febb214b31aeb48585a4d3685714588079e84be87019f6e6ffb752e0e0e527232e2d164b1efeeeea64b8b4b21e605ebc60f10fb5a169edc2ed0 HEAD_REF master ) diff --git a/ports/libunibreak/vcpkg.json b/ports/libunibreak/vcpkg.json index 3c4a6f438e..63501324ea 100644 --- a/ports/libunibreak/vcpkg.json +++ b/ports/libunibreak/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libunibreak", - "version": "5.0", - "port-version": 1, + "version": "5.1", "description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.", "homepage": "https://github.com/adah1972/libunibreak", "license": "zlib-acknowledgement", diff --git a/versions/baseline.json b/versions/baseline.json index 6fba63005d..2d86828fc6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4893,8 +4893,8 @@ "port-version": 3 }, "libunibreak": { - "baseline": "5.0", - "port-version": 1 + "baseline": "5.1", + "port-version": 0 }, "libunifex": { "baseline": "0.3.0", diff --git a/versions/l-/libunibreak.json b/versions/l-/libunibreak.json index 364e54e6a6..2bca3c35f5 100644 --- a/versions/l-/libunibreak.json +++ b/versions/l-/libunibreak.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "82fb16a307e33e75cbdbd3726f4b7bbcea42eb23", + "version": "5.1", + "port-version": 0 + }, { "git-tree": "724f588851a5f81f6ddd8eb1fc01a45bedfa5517", "version": "5.0",