Skip to content

Commit b29a432

Browse files
authored
feat: v5.6.3 (#11)
1 parent db612b4 commit b29a432

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 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.6.1)
2+
set(JMETER_VERSION 5.6.3)
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 87f1314b09721ad25912092d4d599b1152f29cc4a959398cc1cb3d4fb683c7f31c76829d78a2ade2482e1993c3b4e6e34eee0bee777a00d61ea747b1e628a050)
11+
set(JMETER_TARBALL_SHA512 387fadca903ee0aa30e3f2115fdfedb3898b102e6b9fe7cc3942703094bd2e65b235df2b0c6d0d3248e74c9a7950a36e42625fd74425368342c12e40b0163076)
1212

1313
if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${JMETER_TARBALL})
1414
file(DOWNLOAD https://dlcdn.apache.org//jmeter/binaries/${JMETER_TARBALL}
@@ -54,7 +54,6 @@ install(FILES
5454
${JMETER_DIR}/bin/system.properties
5555
${JMETER_DIR}/bin/upgrade.properties
5656
${JMETER_DIR}/bin/user.properties
57-
${JMETER_DIR}/bin/upgrade.properties
5857
${JMETER_DIR}/bin/utility.groovy
5958
DESTINATION bin
6059
)

0 commit comments

Comments
 (0)