mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/apache-jmeter: Updated for version 5.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0eaddebf5
commit
15d4e03577
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for apache-jmeter
|
||||
# Original author: Benjamin Trigona-Harany
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2019 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:
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=apache-jmeter
|
||||
VERSION=${VERSION:-3.1}
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="apache-jmeter"
|
||||
VERSION="3.1"
|
||||
VERSION="5.1.1"
|
||||
HOMEPAGE="http://jmeter.apache.org/"
|
||||
DOWNLOAD="https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-3.1.tgz"
|
||||
MD5SUM="f439864f8f14e38228fee5fab8d912b0"
|
||||
DOWNLOAD="https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.1.1.tgz"
|
||||
MD5SUM="197b71d7f3691a4347300cda83099965"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue