Skip to content

Commit 7569137

Browse files
authored
Update to CMake 3.27.9 (#429)
1 parent 280260d commit 7569137

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CMakeUrls.cmake

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8.tar.gz")
5-
set(unix_source_sha256 "fece24563f697870fbb982ea8bf17482c9d5f855d8c9bf0b82463d76c9e8d0cc")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9.tar.gz")
5+
set(unix_source_sha256 "609a9b98572a6a5ea477f912cffb973109ed4d0a6a6b3f9e2353d2cdc048708e")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8.zip")
8-
set(windows_source_sha256 "6ab05598f370ca68a174d9c879f4cb208f53e4af9f297483af306a40cbf7ec77")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9.zip")
8+
set(windows_source_sha256 "3047381cd5cb5f44818fe25aae44b1eb97f3cfd6e718ae168e2e8ae9967b9384")
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.27.8/cmake-3.27.8-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "dfedc30abe69dcabe326a4de632210bb52004185bd2c0b096c21924f4510681f")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "72b01478eeb312bf1a0136208957784fe55a7b587f8d9f9142a7fc9b0b9e9a28")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "28e4864f6f736d53d77edfa1516947ec716950778ee2a486a250b928214078fd")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "2ced09b99b265d18c5e215984e5898b7e3a0cc7a1293c3f3b45e4bec87a46814")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-windows-i386.zip")
23-
set(win32_binary_sha256 "f40aa9f41279c861d8a78bf82ee0a3bf125481c97b2339c83cf772e7d8e3e909")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-windows-i386.zip")
23+
set(win32_binary_sha256 "7296b5a46eb53bfd0e0ff1d818067745cb831ab8d3cef9d266bfc842a435d515")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-windows-x86_64.zip")
26-
set(win64_binary_sha256 "53c6f57bda4a20e2a0515246a298e3c0784da3b687ef2a00a55bdcfad450998c")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-windows-x86_64.zip")
26+
set(win64_binary_sha256 "c14e8b5d1c7be0baf0e7936ce8b5a39c5ee3450b14d7e3b32435083eddd9aff7")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.8/cmake-3.27.8-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "274661f38cf35c7af2096b5f5ac1bbdfc7c2f63e83416336d31debd4e1f0f6b7")
28+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-windows-arm64.zip")
29+
set(winarm64_binary_sha256 "bca795134956264ede142f79aa513476985f4f410f6501a727d602760e9212dd")

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.27.8 <https://cmake.org/cmake/help/v3.27/index.html>`_.
14+
The CMake python wheels provide `CMake 3.27.9 <https://cmake.org/cmake/help/v3.27/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.27.8 <https://cmake.org/cmake/help/v3.27/index.html>`_.
18+
The CMake python wheels provide `CMake 3.27.9 <https://cmake.org/cmake/help/v3.27/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

+6-6
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.27.8
32+
$ release=3.27.9
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.8'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.9'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.8' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.27.8
38-
Updating 'CMakeUrls.cmake' with CMake version 3.27.8 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.9' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.27.9
38+
Updating 'CMakeUrls.cmake' with CMake version 3.27.9 - 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.27.8
49+
release=3.27.9
5050
git switch -c update-to-cmake-$release
5151
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_cmake.py docs/update_cmake_version.rst
5252
git commit -m "Update to CMake $release"

tests/test_cmake.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _get_scripts():
6262

6363
@all_tools
6464
def test_cmake_script(tool):
65-
expected_version = "3.27.8"
65+
expected_version = "3.27.9"
6666
scripts = [script for script in _get_scripts() if script.stem == tool]
6767
assert len(scripts) == 1
6868
output = subprocess.check_output([str(scripts[0]), "--version"]).decode("ascii")

0 commit comments

Comments
 (0)