Skip to content
Closed
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
tools: fix md5 hash for ICU 68.1 src
Correct md5sum hash for the tarball version of the ICU 68.1 source.
The previously recorded md5sum hash was for the zip version.
  • Loading branch information
richardlau committed Jan 4, 2021
commit 3fe105a8ed7b2f7220b591b6eff5b093428bbb41
2 changes: 1 addition & 1 deletion tools/icu/current_ver.dep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"url": "https://github.com/unicode-org/icu/releases/download/release-68-1/icu4c-68_1-src.tgz",
"md5": "fd03b2d916dcadd3711b4c4a100a1713"
"md5": "6a99b541ea01f271257b121a4433c7c0"
}
]