Update checkver in cmake

This commit is contained in:
Ross Smith II 2017-01-02 19:12:47 -08:00
parent a1237dcd84
commit ad396c7436

View File

@ -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/"
}
}