Skip to content

Commit 745d0e7

Browse files
authored
Update to CMake 3.27.8 (#428)
1 parent f8b5b8b commit 745d0e7

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CMakeUrls.cmake

Lines changed: 14 additions & 14 deletions
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.7/cmake-3.27.7.tar.gz")
5-
set(unix_source_sha256 "08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e")
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")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.zip")
8-
set(windows_source_sha256 "36c4e702b625a9781ee24ecdad5a3a87fb69c7774b82b5729cd0912fbe541166")
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")
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.7/cmake-3.27.7-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "a8c92ecb139bcc7a1f92a8108179bd1d021bdb158a5ee759cba6d60010b83ae9")
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")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "4a366d07fbe0be7e1efcf0dbd743d09a5dc6609da79035e4036b12296ec679cf")
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")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-i386.zip")
23-
set(win32_binary_sha256 "e202611cda835c25523ae512c125fc897dfbc388f5d35e7ab62a94096f34ca9c")
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")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-x86_64.zip")
26-
set(win64_binary_sha256 "5588e50030cda3e6fa96724444d8539916ac808d78d608cda6ae6ff7c4c4c9c8")
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")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "d9b19fd6830510022156621042759af2374111dc4f431b58c8828a17a68633dc")
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")

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

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

0 commit comments

Comments
 (0)