diff --git a/package/stress/Config.in b/package/stress/Config.in index b22c3f19bb..32a3e264bc 100644 --- a/package/stress/Config.in +++ b/package/stress/Config.in @@ -6,4 +6,4 @@ config BR2_PACKAGE_STRESS It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. - http://people.seas.harvard.edu/~apw/stress/ + https://github.com/resurrecting-open-source-projects/stress/ diff --git a/package/stress/stress.hash b/package/stress/stress.hash index 8d14d053fb..dc1785b6c7 100644 --- a/package/stress/stress.hash +++ b/package/stress/stress.hash @@ -1,4 +1,3 @@ -# Locally calculated after checking pgp signature -sha256 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b stress-1.0.4.tar.gz # Locally computed +sha256 1798e49ca365d928fb194ba1b8e8d1e09963b49e9edb0a78bcbba15750bb5027 stress-1.0.5.tar.gz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/stress/stress.mk b/package/stress/stress.mk index 4d2d4cb838..99a50f349e 100644 --- a/package/stress/stress.mk +++ b/package/stress/stress.mk @@ -4,10 +4,12 @@ # ################################################################################ -STRESS_VERSION = 1.0.4 -STRESS_SITE = http://people.seas.harvard.edu/~apw/stress +STRESS_VERSION = 1.0.5 +STRESS_SITE = $(call github,resurrecting-open-source-projects,stress,$(STRESS_VERSION)) STRESS_LICENSE = GPL-2.0+ STRESS_LICENSE_FILES = COPYING +# From git +STRESS_AUTORECONF = YES # Stress is linked statically if the --enable-static is specified. # However, this option is always specified in the global