From 9bc03d54dc964e863e474c6712bff48c422606cd Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Thu, 12 Sep 2019 18:07:21 +0200 Subject: [PATCH] stress: fix download url --- stress.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stress.be0 b/stress.be0 index 646321d01..e4ebb192f 100755 --- a/stress.be0 +++ b/stress.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://weather.ou.edu/~apw/projects/stress/stress-${PKGVERSION}.tar.gz" +SRCURL[0]="http://deb.debian.org/debian/pool/main/s/stress/stress_${PKGVERSION}.orig.tar.gz stress_${PKGVERSION}.tar.gz" ###############################################################################