From: Axel Lin <axel.lin@ingics.com>
Date: Tue, 8 Oct 2013 02:43:49 +0000 (+0800)
Subject: stress: fix download url
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=972a73e61aa6b73ce8ac8cffcf03a374d4d07b5e;p=buildroot.git

stress: fix download url

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index df9065aaaa..6e82b500f1 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STRESS_VERSION = 1.0.4
-STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
+STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
 STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.