Update ICU version in macOS freezer

This commit is contained in:
Kovid Goyal 2020-06-16 09:56:23 +05:30
parent ba32a87c1f
commit d2f24d6449
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -494,7 +494,7 @@ class Freeze(object):
def add_misc_libraries(self):
for x in (
'usb-1.0.0', 'mtp.9', 'chm.0', 'sqlite3.0', 'hunspell-1.7.0',
'icudata.64', 'icui18n.64', 'icuio.64', 'icuuc.64', 'hyphen.0',
'icudata.67', 'icui18n.67', 'icuio.67', 'icuuc.67', 'hyphen.0',
'xslt.1', 'exslt.0', 'xml2.2', 'z.1', 'unrar', 'lzma.5',
'crypto.1.0.0', 'ssl.1.0.0', 'iconv.2', # 'ltdl.7'
):