diff --git a/cmake.json b/cmake.json index 0b03c0496c..a7fb3af094 100644 --- a/cmake.json +++ b/cmake.json @@ -21,5 +21,8 @@ "bin/ctest.exe", "bin/cmake-gui.exe" ], - "checkver": "CMake\\s+([\\d.]+)\\s+available\\s+for\\s+download" + "checkver": { + "re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)", + "url": "https://cmake.org/download/" + } }