mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/apache-jmeter: Updated for version 2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5bd8766bb
commit
a67f654306
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Slackware build script for apache-jmeter
|
||||
# Benjamin Trigona-Harany
|
||||
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -22,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=apache-jmeter
|
||||
VERSION=2.10
|
||||
VERSION=${VERSION:-2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="apache-jmeter"
|
||||
VERSION="2.10"
|
||||
VERSION="2.11"
|
||||
HOMEPAGE="http://jmeter.apache.org/"
|
||||
DOWNLOAD="http://mirror.csclub.uwaterloo.ca/apache//jmeter/binaries/apache-jmeter-2.10.tgz"
|
||||
MD5SUM="18773b7ea680d408be22db9fe43a2382"
|
||||
DOWNLOAD="http://mirror.csclub.uwaterloo.ca/apache//jmeter/binaries/apache-jmeter-2.11.tgz"
|
||||
MD5SUM="f3f853c8f79734580a199efd7a2f0a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue