File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.26)
2- set (JMETER_VERSION 5.6)
2+ set (JMETER_VERSION 5.6.1 )
33project (JMeter
44 VERSION ${JMETER_VERSION}
55 DESCRIPTION "Apache JMeter packaged by DEVCOM"
@@ -8,7 +8,7 @@ project(JMeter
88 )
99
1010set (JMETER_TARBALL apache-jmeter-${CMAKE_PROJECT_VERSION} .zip)
11- set (JMETER_TARBALL_SHA512 c9887eb821ae7381b8d1f90aca93560bb6c8c5294ad7e9c615dbed0e2bd5556afdb68134a63c9aa07f4a54d07fb6281930a68f98e1f9359a79af70d99ccbe59e )
11+ set (JMETER_TARBALL_SHA512 87f1314b09721ad25912092d4d599b1152f29cc4a959398cc1cb3d4fb683c7f31c76829d78a2ade2482e1993c3b4e6e34eee0bee777a00d61ea747b1e628a050 )
1212
1313if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR} /${JMETER_TARBALL} )
1414 file (DOWNLOAD https://dlcdn.apache.org//jmeter/binaries/${JMETER_TARBALL}
You can’t perform that action at this time.
0 commit comments