Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-01-04 18:44:48 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-01-12 15:10:41 +0300
commit1f2a198c320c6c76d2082f0dce9b0d5e659146ea (patch)
treec3b86e558c4c1d2cc7eed362005a51bdc80d584b /tools
parentff3946455917e6298b6cd38e484d1782efb51d4e (diff)
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. PR-URL: https://github.com/nodejs/node/pull/36777 Fixes: https://github.com/nodejs/node/issues/36776 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/icu/current_ver.dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/icu/current_ver.dep b/tools/icu/current_ver.dep
index a73a4b1117e..b4caab12907 100644
--- a/tools/icu/current_ver.dep
+++ b/tools/icu/current_ver.dep
@@ -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"
}
]