From 33e947a2d5db2e7b8fb0cfc64183add77b29c347 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 May 2022 18:04:26 +0200 Subject: [PATCH] package/nodejs: fix legal info Commit 07408779cc068041a2da6838fe077d1a679f1736 forgot to update hash of LICENSE file (multiple components under MIT added: https://github.com/nodejs/node/commit/71659fd4baa90006937e78d789ec0aef95672eb1 https://github.com/nodejs/node/commit/f17ce913c94d26c87a471179d99d8bc4134f7bb5) ERROR: LICENSE has wrong sha256 hash: ERROR: expected: b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5 ERROR: got : 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33 Fixes: - http://autobuild.buildroot.org/results/bd1e3238f294152d54ee8f5579431606309dbff3 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/nodejs/nodejs.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash index 998229341e..716becccc9 100644 --- a/package/nodejs/nodejs.hash +++ b/package/nodejs/nodejs.hash @@ -2,4 +2,4 @@ sha256 a0f812efc43f78321eca08957960a48f5e6bf97004d5058c8dd3b03c646ea4f7 node-v16.15.0.tar.xz # Hash for license file -sha256 b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5 LICENSE +sha256 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33 LICENSE