diff options
Diffstat (limited to 'development/apache-jmeter/apache-jmeter.SlackBuild')
-rw-r--r-- | development/apache-jmeter/apache-jmeter.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/apache-jmeter/apache-jmeter.SlackBuild b/development/apache-jmeter/apache-jmeter.SlackBuild index d1382d686bc60..9c0b6193a5e24 100644 --- a/development/apache-jmeter/apache-jmeter.SlackBuild +++ b/development/apache-jmeter/apache-jmeter.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for apache-jmeter # Original author: Benjamin Trigona-Harany -# Copyright 2016-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=apache-jmeter -VERSION=${VERSION:-5.3} +VERSION=${VERSION:-5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |