Skip to content

Commit 8c08a8f

Browse files
authored
Update to CMake 3.20.4 (#156)
1 parent bfaa35e commit 8c08a8f

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

CMakeUrls.cmake

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3.tar.gz")
5-
set(unix_source_sha256 "4d008ac3461e271fcfac26a05936f77fc7ab64402156fb371d41284851a651b8")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4.tar.gz")
5+
set(unix_source_sha256 "87a4060298f2c6bb09d479de1400bc78195a5b55a65622a7dceeb3d1090a1b16")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3.zip")
8-
set(windows_source_sha256 "c936d3b6de092ba0cf6ccecaf2bc70df6060c129ed4f73311b86673e20bc3d68")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4.zip")
8+
set(windows_source_sha256 "943a80de2520c5c053bcca7c93d4613e1f74e9faa95d3cb0429ce785e9d0b382")
99

1010
#-----------------------------------------------------------------------------
1111
# CMake binaries
1212

1313
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
1414
set(linux32_binary_sha256 "NA")
1515

16-
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "97bf730372f9900b2dfb9206fccbcf92f5c7f3b502148b832e77451aa0f9e0e6")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "067feed25b76b3adf5863f5a5f7e2b8cafb2dcd6feeaac39a713372ef2c3584c")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "7868ef5110adf3110dc82a87a73e6a2503aebae1a15d12cc416114ef8062a1da")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "368bf3bedac38a931a334b9b515d83879c82dacd55eed2adb1ef2725b9038607")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-i386.zip")
23-
set(win32_binary_sha256 "b690206f58368afd69244e8dc029b0b3dacae31bb6d4f6ab713b0e18a686aa7d")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-windows-i386.zip")
23+
set(win32_binary_sha256 "e571c0cebb237da800198ef89d1c874d15f04dfe13dc44d85c2a56e90a4a5209")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.zip")
26-
set(win64_binary_sha256 "e276cf7fbb3e3e88bc666e183bc3ddaceb143a4c83fb357b1dbb1a26fd6e4ea2")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-windows-x86_64.zip")
26+
set(win64_binary_sha256 "965d2f001c3ca807d288f2b6b15c42b25579a0e73ef12c2a72c95f4c69123638")

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need
1111
for a powerful, cross-platform build environment for open-source projects
1212
such as ITK and VTK.
1313

14-
The CMake python wheels provide `CMake 3.20.3 <https://cmake.org/cmake/help/v3.20/index.html>`_.
14+
The CMake python wheels provide `CMake 3.20.4 <https://cmake.org/cmake/help/v3.20/index.html>`_.
1515

1616
Latest Release
1717
--------------

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The suite of CMake tools were created by Kitware in response to the need
1515
for a powerful, cross-platform build environment for open-source projects
1616
such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_.
1717

18-
The CMake python wheels provide `CMake 3.20.3 <https://cmake.org/cmake/help/v3.20/index.html>`_.
18+
The CMake python wheels provide `CMake 3.20.4 <https://cmake.org/cmake/help/v3.20/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Available CMake archives can be found at https://cmake.org/files.
1717
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
1818
``X.Y.Z`` CMake version available for download. For example::
1919

20-
$ release=3.20.3
20+
$ release=3.20.4
2121
$ ./scripts/update_cmake_version.py $release
22-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.20.3'
22+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.20.4'
2323
[...]
24-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.20.3' - done
25-
Updating 'CMakeUrls.cmake' with CMake version 3.20.3
26-
Updating 'CMakeUrls.cmake' with CMake version 3.20.3 - done
24+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.20.4' - done
25+
Updating 'CMakeUrls.cmake' with CMake version 3.20.4
26+
Updating 'CMakeUrls.cmake' with CMake version 3.20.4 - done
2727
Updating docs/index.rst
2828
Updating docs/index.rst - done
2929
Updating README.rst
@@ -34,7 +34,7 @@ Available CMake archives can be found at https://cmake.org/files.
3434
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
3535
For example::
3636

37-
release=3.20.3
37+
release=3.20.4
3838
git switch -c update-to-cmake-$release
3939
git add CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst
4040
git commit -m "Update to CMake $release"

tests/test_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def _check_cmake_install(virtualenv, tmpdir):
12-
expected_version = "3.20.3"
12+
expected_version = "3.20.4"
1313

1414
for executable_name in ["cmake", "cpack", "ctest"]:
1515
output = virtualenv.run(

0 commit comments

Comments
 (0)