[Buildroot] [PATCH] iperf: fix file hash values

Joao Pinto Joao.Pinto at synopsys.com
Tue Jul 4 14:53:48 UTC 2017


The iperf download process fails, because the hash value is not
correct. This patch fixes the hash values for sha1 and sha256.

Signed-off-by: Joao Pinto <jpinto at synopsys.com>
---
 package/iperf/iperf.hash | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iperf/iperf.hash b/package/iperf/iperf.hash
index 3dd491a..3e96143 100644
--- a/package/iperf/iperf.hash
+++ b/package/iperf/iperf.hash
@@ -1,4 +1,4 @@
 # From https://sourceforge.net/projects/iperf2/files/
-sha1	9e215f6af8edd97f947f2b0207ff5487845d83d4	iperf-2.0.9.tar.gz
+sha1	59820895df9106ba189ccfdc5677077535ad50e7	iperf-2.0.9.tar.gz
 # Locally computed:
-sha256  a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6  iperf-2.0.9.tar.gz
+sha256  db02911f35686e808ed247160dfa766e08ae3f59d1e7dcedef0ffb2a6643f0bf  iperf-2.0.9.tar.gz
-- 
2.9.3



More information about the buildroot mailing list