From a51ecfdfff2463d1f821d3459ba99211e88a31b4 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 15 Jan 2026 13:50:31 +0900 Subject: [PATCH] [icu] update to 78.2 (#49325) --- ports/icu/portfile.cmake | 2 +- ports/icu/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/i-/icu.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 765ac712ee..cc72356987 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_download_distfile( ARCHIVE URLS "https://github.com/unicode-org/icu/releases/download/release-${VERSION}/icu4c-${VERSION}-sources.tgz" FILENAME "icu4c-${VERSION}-sources.tgz" - SHA512 c366398fdb50afc6355a8c45ed1d68a18eaa5f07a5d1c4555becbcfb9d4073e65ebe1e9caf24b93779b11b36cd813c98dd59e4b19f008851f25c7262811c112d + SHA512 92feddfe81c57336f386c7cbc9f6d976bf349db148a77a247c4559676f51116115c8c52c4d907feb50933f72ab75fd8e48be092bf9c8ca33a3e8fabc9372a5d6 ) vcpkg_extract_source_archive(SOURCE_PATH diff --git a/ports/icu/vcpkg.json b/ports/icu/vcpkg.json index f5ba52d2e7..edea26ce22 100644 --- a/ports/icu/vcpkg.json +++ b/ports/icu/vcpkg.json @@ -1,7 +1,6 @@ { "name": "icu", - "version": "78.1", - "port-version": 1, + "version": "78.2", "description": "Mature and widely used Unicode and localization library.", "homepage": "https://icu.unicode.org/home", "license": "ICU", diff --git a/versions/baseline.json b/versions/baseline.json index 227dfc92c2..ca31525356 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3861,8 +3861,8 @@ "port-version": 1 }, "icu": { - "baseline": "78.1", - "port-version": 1 + "baseline": "78.2", + "port-version": 0 }, "ideviceinstaller": { "baseline": "2023-07-21", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index 3e4f7bed94..8976baffba 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1c024a43e88d0dafa064363ddf49ec0cde221b8a", + "version": "78.2", + "port-version": 0 + }, { "git-tree": "1fee992f7c429f4f5411338bede36139266337d4", "version": "78.1",