File tree 2 files changed +7
-7
lines changed
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):
748
748
def configure_intl (o ):
749
749
icus = [
750
750
{
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 ' ,
754
754
},
755
755
]
756
756
def icu_download (path ):
Original file line number Diff line number Diff line change 111
111
'<@(icu_src_i18n)'
112
112
],
113
113
'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.
116
116
## add more conditions in the future?
117
117
## if your compiler can dead-strip, this will
118
118
## make ZERO difference to binary size.
369
369
'<@(icu_src_common)' ,
370
370
],
371
371
'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.
374
374
## add more conditions in the future?
375
375
## if your compiler can dead-strip, this will
376
376
## make ZERO difference to binary size.
You can’t perform that action at this time.
0 commit comments