package/stress: bump to version 1.0.7
Use official tarball and so drop autoreconf https://github.com/resurrecting-open-source-projects/stress/blob/1.0.7/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d8e19f8de8
commit
620cd04da4
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 1798e49ca365d928fb194ba1b8e8d1e09963b49e9edb0a78bcbba15750bb5027 stress-1.0.5.tar.gz
|
||||
sha256 e63adb57597e617c14ecb0d841b5d990460796d9e9ec69bd56fe645ef02eb239 stress-1.0.7.tar.bz2
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
@ -4,12 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STRESS_VERSION = 1.0.5
|
||||
STRESS_SITE = $(call github,resurrecting-open-source-projects,stress,$(STRESS_VERSION))
|
||||
STRESS_VERSION = 1.0.7
|
||||
STRESS_SOURCE = stress-$(STRESS_VERSION).tar.bz2
|
||||
STRESS_SITE = https://github.com/resurrecting-open-source-projects/stress/releases/download/$(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
|
||||
|
Loading…
Reference in New Issue
Block a user