mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/stressapptest: Updated for version 1.0.11.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bd7329f86f
commit
547c861aef
2 changed files with 6 additions and 4 deletions
|
@ -6,10 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20231120 bkw: update for v1.0.11.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=stressapptest
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
VERSION=${VERSION:-1.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stressapptest"
|
||||
VERSION="1.0.9"
|
||||
VERSION="1.0.11"
|
||||
HOMEPAGE="https://github.com/stressapptest/stressapptest"
|
||||
DOWNLOAD="https://github.com/stressapptest/stressapptest/archive/v1.0.9/stressapptest-1.0.9.tar.gz"
|
||||
MD5SUM="d3a526c174c049dd7a1068dc74a62be2"
|
||||
DOWNLOAD="https://github.com/stressapptest/stressapptest/archive/v1.0.11/stressapptest-1.0.11.tar.gz"
|
||||
MD5SUM="bf1c1d73b44b65f8a1584a61b4605097"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue