All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] iperf: fix file hash values
@ 2017-07-04 14:53 Joao Pinto
  2017-07-04 14:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Joao Pinto @ 2017-07-04 14:53 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-04 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 14:53 [Buildroot] [PATCH] iperf: fix file hash values Joao Pinto
2017-07-04 14:56 ` Thomas Petazzoni
2017-07-04 14:57   ` Joao Pinto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.