From ad396c74361b93c26ebee269bfbd2b19399d3eb7 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 2 Jan 2017 19:12:47 -0800 Subject: [PATCH] Update checkver in cmake --- cmake.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/" + } }