From 77f32ee8f7a58f09954db777f01c499ef42ce1eb Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 4 Jan 2021 15:44:48 +0000 Subject: [PATCH] tools: fix md5 hash for ICU 68.1 src MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Beth Griggs Reviewed-By: Michael Dawson Reviewed-By: Rich Trott Reviewed-By: Myles Borins --- tools/icu/current_ver.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/icu/current_ver.dep b/tools/icu/current_ver.dep index a73a4b1117ede6..b4caab129071e1 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" } ]