diff options
Diffstat (limited to 'system/stressapptest')
-rw-r--r-- | system/stressapptest/stressapptest.SlackBuild | 4 | ||||
-rw-r--r-- | system/stressapptest/stressapptest.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/system/stressapptest/stressapptest.SlackBuild b/system/stressapptest/stressapptest.SlackBuild index 8116d540baea..24ef170a42ea 100644 --- a/system/stressapptest/stressapptest.SlackBuild +++ b/system/stressapptest/stressapptest.SlackBuild @@ -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} diff --git a/system/stressapptest/stressapptest.info b/system/stressapptest/stressapptest.info index 61a387d14eee..0fe038b71d0c 100644 --- a/system/stressapptest/stressapptest.info +++ b/system/stressapptest/stressapptest.info @@ -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="" |