diff options
author | romankoshelev <romankoshelev@yandex-team.com> | 2024-05-13 11:00:27 +0300 |
---|---|---|
committer | romankoshelev <romankoshelev@yandex-team.com> | 2024-05-13 11:13:05 +0300 |
commit | 5b22fadb0f035a3b82c328e0ae710ad2b92f6eac (patch) | |
tree | e15dc649c79c4fb78f35cd6694dfe9af9bfcc0ad /contrib/libs/icu/ya.make | |
parent | 5946aa7d3cbca62f6bcf074e8a2b9346e7a96af4 (diff) | |
download | ydb-5b22fadb0f035a3b82c328e0ae710ad2b92f6eac.tar.gz |
Update ICU to 75.1
904da4ae1c86fc5542eac7f1cd18d97b72eb8517
Diffstat (limited to 'contrib/libs/icu/ya.make')
-rw-r--r-- | contrib/libs/icu/ya.make | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/contrib/libs/icu/ya.make b/contrib/libs/icu/ya.make index a7f7ec6808..2dcc6d46d4 100644 --- a/contrib/libs/icu/ya.make +++ b/contrib/libs/icu/ya.make @@ -12,9 +12,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(73.2) +VERSION(75.1) -ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz) +ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz) ADDINCL( GLOBAL contrib/libs/icu/include @@ -185,6 +185,8 @@ SRCS( common/uloc.cpp common/uloc_keytype.cpp common/uloc_tag.cpp + common/ulocale.cpp + common/ulocbuilder.cpp common/umapfile.cpp common/umath.cpp common/umutablecptrie.cpp @@ -338,6 +340,17 @@ SRCS( i18n/measunit.cpp i18n/measunit_extra.cpp i18n/measure.cpp + i18n/messageformat2.cpp + i18n/messageformat2_arguments.cpp + i18n/messageformat2_checker.cpp + i18n/messageformat2_data_model.cpp + i18n/messageformat2_errors.cpp + i18n/messageformat2_evaluation.cpp + i18n/messageformat2_formattable.cpp + i18n/messageformat2_formatter.cpp + i18n/messageformat2_function_registry.cpp + i18n/messageformat2_parser.cpp + i18n/messageformat2_serializer.cpp i18n/msgfmt.cpp i18n/name2uni.cpp i18n/nfrs.cpp @@ -486,7 +499,7 @@ SRCS( i18n/zonemeta.cpp i18n/zrule.cpp i18n/ztrans.cpp - icudt73_dat.rodata + icudt75_dat.rodata io/locbund.cpp io/sprintf.cpp io/sscanf.cpp |