Skip to content

Commit 8490c1c

Browse files
authored
Update to CMake 3.22.4 (#236)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4dbda33 commit 8490c1c

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.3/cmake-3.22.3.tar.gz")
5-
set(unix_source_sha256 "9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4.tar.gz")
5+
set(unix_source_sha256 "5c55d0b0bc4c191549e3502b8f99a4fe892077611df22b4178cc020626e22a47")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3.zip")
8-
set(windows_source_sha256 "5150b8eefe32562042b464c2d6ba78fa6f2c5cbebb97dca6e52511a14c425c9a")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4.zip")
8+
set(windows_source_sha256 "1ec90db36362f468e2cd199679257571e546cadc0d827443253b5de9a2abbc64")
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.3/cmake-3.22.3-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "96ace92dfe42b1c6c9c116fdb1c7adc42cb90cbaa87adcebc1a8de7ea129865c")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "bb70a78b464bf59c4188250f196ad19996f2dafd61c25e7c07f105cf5a95d228")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "187b618193fce11a973daf6ee4f1360219628c2ca6ff4a2370027695505c9d79")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "c5347eca532ec11b108a99742369c1cee32b332b899e7ff3f8801f40ffcbcc5b")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.zip")
23-
set(win32_binary_sha256 "46604d5e6c150883dc2fb1435b66d3b28754f6dc69b522da03845631a4e3f278")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4-windows-i386.zip")
23+
set(win32_binary_sha256 "801bb04399ffd42c864c35fcb0ea703af22211880013b056153a7a49514217ab")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-x86_64.zip")
26-
set(win64_binary_sha256 "0018b369f06646d4784fad131a155333c9d59a03dee6390324f81b9df72a2f00")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.22.4/cmake-3.22.4-windows-x86_64.zip")
26+
set(win64_binary_sha256 "2e85eec283cc51937750b7c3f4e64f058f53da036d3c93ee4dfd6cb490717c78")

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.3 <https://cmake.org/cmake/help/v3.22/index.html>`_.
14+
The CMake python wheels provide `CMake 3.22.4 <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.3 <https://cmake.org/cmake/help/v3.22/index.html>`_.
18+
The CMake python wheels provide `CMake 3.22.4 <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.3
32+
$ release=3.22.4
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.3'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.4'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.3' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.22.3
38-
Updating 'CMakeUrls.cmake' with CMake version 3.22.3 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.22.4' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.22.4
38+
Updating 'CMakeUrls.cmake' with CMake version 3.22.4 - 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.3
49+
release=3.22.4
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.3"
12+
expected_version = "3.22.4"
1313

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

0 commit comments

Comments
 (0)