Skip to content

Commit 582a8ed

Browse files
authored
Update to CMake 3.22.2 (#219)
1 parent b33e7b0 commit 582a8ed

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

CMakeUrls.cmake

Lines changed: 12 additions & 12 deletions
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.22.1/cmake-3.22.1.tar.gz")
5-
set(unix_source_sha256 "0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.tar.gz")
5+
set(unix_source_sha256 "3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1.zip")
8-
set(windows_source_sha256 "cbaafd2c06be8851bb5310f279354fea8ba73f577a5cf3afbddad989d2a3125c")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2.zip")
8+
set(windows_source_sha256 "5963a46b52da6eac19dfb2ed560b6588606f20e2bb2c4c05fbea8f5176f71abc")
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.22.1/cmake-3.22.1-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "38b3befdee8fd2bac06954e2a77cb3072e6833c69d8cc013c0a3b26f1cfdfe37")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "035f871a183c503b0e599042da279be3dabafbf492e86ca4a196c80a5f870d1f")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "4998f4159ec1b623543a35a6997beeef5f71447065b3251b73de9ea643f65122")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-windows-i386.zip")
23-
set(win32_binary_sha256 "f53494e3b35e5a1177ad55c28763eb5bb45772c1d80778c0f96c45ce4376b6e8")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-i386.zip")
23+
set(win32_binary_sha256 "c2b32d2b150ea70e353b658fefe5018c486e17a11e95d2e4e4b46dd6f87cea35")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-windows-x86_64.zip")
26-
set(win64_binary_sha256 "35fbbb7d9ffa491834bbc79cdfefc6c360088a3c9bf55c29d111a5afa04cdca3")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-windows-x86_64.zip")
26+
set(win64_binary_sha256 "192d62eaecb0600e743f01058dfbd5b6bed91504fe8f56416febf54c38ce096e")

README.rst

Lines changed: 1 addition & 1 deletion
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.22.1 <https://cmake.org/cmake/help/v3.22/index.html>`_.
14+
The CMake python wheels provide `CMake 3.22.2 <https://cmake.org/cmake/help/v3.22/index.html>`_.
1515

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
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.22.1 <https://cmake.org/cmake/help/v3.22/index.html>`_.
18+
The CMake python wheels provide `CMake 3.22.2 <https://cmake.org/cmake/help/v3.22/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Classic procedure:
2929
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
3030
``X.Y.Z`` CMake version available for download. For example::
3131

32-
$ release=3.22.1
32+
$ release=3.22.2
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.1'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.2'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.1' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.22.1
38-
Updating 'CMakeUrls.cmake' with CMake version 3.22.1 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.2' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.22.2
38+
Updating 'CMakeUrls.cmake' with CMake version 3.22.2 - done
3939
Updating docs/index.rst
4040
Updating docs/index.rst - done
4141
Updating README.rst
@@ -46,7 +46,7 @@ Classic procedure:
4646
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
4747
For example::
4848

49-
release=3.22.1
49+
release=3.22.2
5050
git switch -c update-to-cmake-$release
5151
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst
5252
git commit -m "Update to CMake $release"

tests/test_distribution.py

Lines changed: 1 addition & 1 deletion
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.22.1"
12+
expected_version = "3.22.2"
1313

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

0 commit comments

Comments
 (0)