File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -748,9 +748,9 @@ def glob_to_var(dir_base, dir_sub):
748748def configure_intl (o ):
749749 icus = [
750750 {
751- 'url' : 'http://download.icu-project.org/files/icu4c/54 .1/icu4c-54_1 -src.zip' ,
752- # from https://ssl.icu-project.org/files/icu4c/54 .1/icu4c-src-54_1 .md5:
753- 'md5' : '6b89d60e2f0e140898ae4d7f72323bca ' ,
751+ 'url' : 'http://download.icu-project.org/files/icu4c/55 .1/icu4c-55_1 -src.zip' ,
752+ # from https://ssl.icu-project.org/files/icu4c/55 .1/icu4c-src-55_1 .md5:
753+ 'md5' : '4cddf1e1d47622fdd9de2cd7bb5001fd ' ,
754754 },
755755 ]
756756 def icu_download (path ):
Original file line number Diff line number Diff line change 111111 '<@(icu_src_i18n)'
112112 ],
113113 'conditions' : [
114- [ 'icu_ver_major == 54 ' , { 'sources!' : [
115- ## Strip out the following for ICU 54 only.
114+ [ 'icu_ver_major == 55 ' , { 'sources!' : [
115+ ## Strip out the following for ICU 55 only.
116116 ## add more conditions in the future?
117117 ## if your compiler can dead-strip, this will
118118 ## make ZERO difference to binary size.
369369 '<@(icu_src_common)' ,
370370 ],
371371 'conditions' : [
372- [ 'icu_ver_major == 54 ' , { 'sources!' : [
373- ## Strip out the following for ICU 54 only.
372+ [ 'icu_ver_major == 55 ' , { 'sources!' : [
373+ ## Strip out the following for ICU 55 only.
374374 ## add more conditions in the future?
375375 ## if your compiler can dead-strip, this will
376376 ## make ZERO difference to binary size.
You can’t perform that action at this time.
0 commit comments