Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update icu4c to 70.1 #103

Merged
merged 1 commit into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/build_definitions/icu4c.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class Icu4cDependency(Dependency):
VERSION_MAJOR = 67
VERSION_MAJOR = 70
VERSION_MINOR = 1
VERSION_WITH_UNDERSCORE = '%d_%d' % (VERSION_MAJOR, VERSION_MINOR)
VERSION_WITH_DASH = '%d-%d' % (VERSION_MAJOR, VERSION_MINOR)
Expand Down
2 changes: 1 addition & 1 deletion thirdparty_src_checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c glog-0.4.0.tar
240deacdd628b6459671b83eb0c4db8e97baadf659f25b92e9a078d536bd513e gperftools-2.8.tar.gz
ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3 gperftools-2.9.1.tar.gz
4b59e275cf4e808645fe82271cf97881e3a3cf42e09e7d0101025621cd0e18b7 hiredis-0.13.3.zip
94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc icu4c-67_1.tgz
8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5 icu4c-70_1.tgz
d7cb878f268b171e7a33ddd052f7810e4af609f092a6c67c13264d7ffb17e7aa include-what-you-use-0.11.tar.gz
800fdbba1fb0eb3e3b159214e1c1123365cc734877e4e79f5251bb9170569a0d libbacktrace-ba79a27ee9a62b1be86d0ddae7614c316b7f6fbb.zip
f090380ecd6b63a3c2b2f0bdb27260de2ccb22486ef7f47cc1175b70c6e4e388 libcds-2.3.3.tar.gz
Expand Down