aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/ya.make
diff options
context:
space:
mode:
authorromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:07:20 +0300
committerromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:59:13 +0300
commitfd82fb12fb45e71a02c628e45b12c50c0dd0d308 (patch)
treef582b79f9002ab1d083e9acda600dfb3551c47b6 /contrib/libs/icu/ya.make
parentbf862ddf5c6178e1bb5e4fb3f7c61015deebe284 (diff)
downloadydb-fd82fb12fb45e71a02c628e45b12c50c0dd0d308.tar.gz
Update ICU to 70.1
Diffstat (limited to 'contrib/libs/icu/ya.make')
-rw-r--r--contrib/libs/icu/ya.make17
1 files changed, 13 insertions, 4 deletions
diff --git a/contrib/libs/icu/ya.make b/contrib/libs/icu/ya.make
index 3e87efa5ff..172daf6507 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(67.1)
+VERSION(70.1)
-ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz)
+ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-70-1/icu4c-70_1-src.tgz)
ADDINCL(
GLOBAL contrib/libs/icu/include
@@ -65,6 +65,7 @@ SRCS(
common/dictionarydata.cpp
common/dtintrv.cpp
common/edits.cpp
+ common/emojiprops.cpp
common/errorcode.cpp
common/filteredbrk.cpp
common/filterednormalizer2.cpp
@@ -86,6 +87,7 @@ SRCS(
common/locresdata.cpp
common/locutil.cpp
common/lsr.cpp
+ common/lstmbe.cpp
common/messagepattern.cpp
common/normalizer2.cpp
common/normalizer2impl.cpp
@@ -339,7 +341,6 @@ SRCS(
i18n/nfrule.cpp
i18n/nfsubs.cpp
i18n/nortrans.cpp
- i18n/nounit.cpp
i18n/nultrans.cpp
i18n/number_affixutils.cpp
i18n/number_asformat.cpp
@@ -364,6 +365,8 @@ SRCS(
i18n/number_rounding.cpp
i18n/number_scientific.cpp
i18n/number_skeletons.cpp
+ i18n/number_symbolswrapper.cpp
+ i18n/number_usageprefs.cpp
i18n/number_utils.cpp
i18n/numfmt.cpp
i18n/numparse_affixes.cpp
@@ -375,11 +378,13 @@ SRCS(
i18n/numparse_scientific.cpp
i18n/numparse_symbols.cpp
i18n/numparse_validators.cpp
+ i18n/numrange_capi.cpp
i18n/numrange_fluent.cpp
i18n/numrange_impl.cpp
i18n/numsys.cpp
i18n/olsontz.cpp
i18n/persncal.cpp
+ i18n/pluralranges.cpp
i18n/plurfmt.cpp
i18n/plurrule.cpp
i18n/quant.cpp
@@ -450,6 +455,10 @@ SRCS(
i18n/umsg.cpp
i18n/unesctrn.cpp
i18n/uni2name.cpp
+ i18n/units_complexconverter.cpp
+ i18n/units_converter.cpp
+ i18n/units_data.cpp
+ i18n/units_router.cpp
i18n/unum.cpp
i18n/unumsys.cpp
i18n/upluralrules.cpp
@@ -473,7 +482,7 @@ SRCS(
i18n/zonemeta.cpp
i18n/zrule.cpp
i18n/ztrans.cpp
- icudt67_dat.rodata
+ icudt70_dat.rodata
io/locbund.cpp
io/sprintf.cpp
io/sscanf.cpp