Skip to content

Commit a60a021

Browse files
authored
feat: upgrade to v5.6 (#9)
1 parent af26e8b commit a60a021

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.26)
2-
set(JMETER_VERSION 5.5)
2+
set(JMETER_VERSION 5.6)
33
project(JMeter
44
VERSION ${JMETER_VERSION}
55
DESCRIPTION "Apache JMeter packaged by DEVCOM"
@@ -8,7 +8,7 @@ project(JMeter
88
)
99

1010
set(JMETER_TARBALL apache-jmeter-${CMAKE_PROJECT_VERSION}.zip)
11-
set(JMETER_TARBALL_SHA512 b24cdaa57234153df34a40bdc4501aa16f3286ca3e172eb889a5daa0ded86ab51388af1ea56e756df566a6f74f39f80eceb04e5d559668aeac9ec9759d6445ac)
11+
set(JMETER_TARBALL_SHA512 c9887eb821ae7381b8d1f90aca93560bb6c8c5294ad7e9c615dbed0e2bd5556afdb68134a63c9aa07f4a54d07fb6281930a68f98e1f9359a79af70d99ccbe59e)
1212

1313
if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${JMETER_TARBALL})
1414
file(DOWNLOAD https://dlcdn.apache.org//jmeter/binaries/${JMETER_TARBALL}
@@ -45,15 +45,16 @@ install(FILES
4545
${JMETER_DIR}/bin/BeanShellListeners.bshrc
4646
${JMETER_DIR}/bin/BeanShellSampler.bshrc
4747
${JMETER_DIR}/bin/hc.parameters
48+
${JMETER_DIR}/bin/jaas.conf
4849
${JMETER_DIR}/bin/jmeter.properties
4950
${JMETER_DIR}/bin/krb5.conf
50-
${JMETER_DIR}/bin/jaas.conf
5151
${JMETER_DIR}/bin/log4j2.xml
5252
${JMETER_DIR}/bin/reportgenerator.properties
5353
${JMETER_DIR}/bin/saveservice.properties
5454
${JMETER_DIR}/bin/system.properties
5555
${JMETER_DIR}/bin/upgrade.properties
5656
${JMETER_DIR}/bin/user.properties
57+
${JMETER_DIR}/bin/upgrade.properties
5758
${JMETER_DIR}/bin/utility.groovy
5859
DESTINATION bin
5960
)
@@ -64,13 +65,13 @@ install(PROGRAMS
6465
${JMETER_DIR}/bin/heapdump.cmd
6566
${JMETER_DIR}/bin/heapdump.sh
6667
${JMETER_DIR}/bin/jmeter
67-
${JMETER_DIR}/bin/jmeter-n-r.cmd
68+
${JMETER_DIR}/bin/jmeter.bat
69+
${JMETER_DIR}/bin/jmeter.sh
6870
${JMETER_DIR}/bin/jmeter-n.cmd
71+
${JMETER_DIR}/bin/jmeter-n-r.cmd
6972
${JMETER_DIR}/bin/jmeter-server
7073
${JMETER_DIR}/bin/jmeter-server.bat
7174
${JMETER_DIR}/bin/jmeter-t.cmd
72-
${JMETER_DIR}/bin/jmeter.bat
73-
${JMETER_DIR}/bin/jmeter.sh
7475
${JMETER_DIR}/bin/jmeterw.cmd
7576
${JMETER_DIR}/bin/mirror-server
7677
${JMETER_DIR}/bin/mirror-server.cmd

0 commit comments

Comments
 (0)