Skip to content

Commit 122ae24

Browse files
srl295targos
authored andcommittedJul 12, 2018
deps: icu 62.1 bump (Unicode 11, CLDR 33.1)
- Full release notes: http://site.icu-project.org/download/62 Fixes: #21452 PR-URL: #21728 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent dae7130 commit 122ae24

File tree

213 files changed

+22043
-25764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+22043
-25764
lines changed
 

‎configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1185,8 +1185,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
11851185
def configure_intl(o):
11861186
icus = [
11871187
{
1188-
'url': 'https://ssl.icu-project.org/files/icu4c/61.1/icu4c-61_1-src.zip',
1189-
'md5': '780d8524c8a860ed8d8f6fe75cb7ce3f',
1188+
'url': 'https://sourceforge.net/projects/icu/files/ICU4C/62.1/icu4c-62_1-src.zip',
1189+
'md5': '408854f7b9b58311b68fab4b4dfc80be',
11901190
},
11911191
]
11921192
def icu_download(path):

‎deps/icu-small/README-SMALL-ICU.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Small ICU sources - auto generated by shrink-icu-src.py
22

33
This directory contains the ICU subset used by --with-intl=small-icu (the default)
4-
It is a strict subset of ICU 61 source files with the following exception(s):
5-
* deps/icu-small/source/data/in/icudt61l.dat : Reduced-size data file
4+
It is a strict subset of ICU 62 source files with the following exception(s):
5+
* deps/icu-small/source/data/in/icudt62l.dat : Reduced-size data file
66

77

88
To rebuild this directory, see ../../tools/icu/README.md

0 commit comments

Comments
 (0)