diff --git a/bucket/cmake.json b/bucket/cmake.json index 362c906db5..393f4584c7 100644 --- a/bucket/cmake.json +++ b/bucket/cmake.json @@ -5,12 +5,12 @@ "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://cmake.org/files/v3.14/cmake-3.14.3-win64-x64.zip", + "url": "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win64-x64.zip", "hash": "53856665d3302aca1684e20eaf423062ab192665a9714a27b10f2d6cd01f3454", "extract_dir": "cmake-3.14.3-win64-x64" }, "32bit": { - "url": "https://cmake.org/files/v3.14/cmake-3.14.3-win32-x86.zip", + "url": "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win32-x86.zip", "hash": "1a2d8ffdb63d3b53fe3a93e378ce2e4a36656bdce015cc3e561920e406ebf497", "extract_dir": "cmake-3.14.3-win32-x86" } @@ -23,8 +23,7 @@ "bin/cmake-gui.exe" ], "checkver": { - "re": "Latest\\s+Release\\s+\\(([\\d+.]+)\\)", - "url": "https://cmake.org/download/" + "github": "https://github.com/Kitware/CMake" }, "shortcuts": [ [ @@ -35,11 +34,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win64-x64.zip", + "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win64-x64.zip", "extract_dir": "cmake-$version-win64-x64" }, "32bit": { - "url": "https://cmake.org/files/v$majorVersion.$minorVersion/cmake-$version-win32-x86.zip", + "url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-win32-x86.zip", "extract_dir": "cmake-$version-win32-x86" } },