Move to ICU 73.2
This commit is contained in:
parent
8cf6c39d11
commit
717dcd801d
|
@ -11,14 +11,16 @@ class Icu(Dependency):
|
|||
name = "icu4c"
|
||||
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('icu4c_svn_58-2.tar.gz',
|
||||
'fd8fcc1f1b8b2b71b879e88844480ebec107189c21076c81573f71dca5686a0d')
|
||||
patches = ["icu4c_fix_static_lib_name_mingw.patch",
|
||||
"icu4c_android_elf64_st_info.patch",
|
||||
"icu4c_custom_data.patch",
|
||||
"icu4c_noxlocale.patch",
|
||||
archive = Remotefile('icu4c-73_2-src.tgz',
|
||||
'818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1',
|
||||
'https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz')
|
||||
patches = [
|
||||
"icu4c_fix_static_lib_name_mingw.patch",
|
||||
# "icu4c_android_elf64_st_info.patch",
|
||||
# "icu4c_custom_data.patch",
|
||||
# "icu4c_noxlocale.patch",
|
||||
"icu4c_rpath.patch",
|
||||
"icu4c_build_config.patch",
|
||||
# "icu4c_build_config.patch",
|
||||
"icu4c_wasm.patch"
|
||||
]
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -52,7 +52,7 @@ base_deps_versions = {
|
|||
'pugixml' : '1.2',
|
||||
'libmicrohttpd' : '0.9.76',
|
||||
'gumbo' : '0.10.1',
|
||||
'icu4c' : '58.2',
|
||||
'icu4c' : '73.2',
|
||||
'libaria2' : '1.36.0',
|
||||
'libmagic' : '5.44',
|
||||
'android-ndk' : 'r21e',
|
||||
|
|
Loading…
Reference in New Issue