From: Arnout Vandecappelle Date: Tue, 21 Mar 2017 00:06:59 +0000 (+0100) Subject: fmc: correct hash file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba717fde72c862a283a035b3b44377bb48d08284;p=buildroot.git fmc: correct hash file It had sha256sum instead of sha256. This wasn't noticed before since hashes for git downloads are not checked. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Cc: Matthew Weber Reviewed-by: Matthew Weber Signed-off-by: Thomas Petazzoni --- diff --git a/package/fmc/fmc.hash b/package/fmc/fmc.hash index 2402831855..13d9d77ee5 100644 --- a/package/fmc/fmc.hash +++ b/package/fmc/fmc.hash @@ -1,2 +1,2 @@ -# Locally Computed -sha256sum a91e0c9b7c7f238634c64a755c05671f33f2acdb6ae2d09cad4d683b364ee8e4 fmc-fsl-sdk-v2.0.tar.gz +# Locally calculated +sha256 a91e0c9b7c7f238634c64a755c05671f33f2acdb6ae2d09cad4d683b364ee8e4 fmc-fsl-sdk-v2.0.tar.gz