[Buildroot] [git commit branch/2025.02.x] package/cmake: bump version to 3.31.8
Arnout Vandecappelle
arnout at rnout.be
Thu Oct 30 07:56:03 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=33e321e15a438d9ebbedd17f16dfa27c58f2db02
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
Release notes:
https://www.kitware.com/cmake-3-31-6-available-for-download/
https://www.kitware.com/cmake-3-31-7-available-for-download/
https://www.kitware.com/cmake-3-31-8-available-for-download/
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit a86fd0f0a0b044a1c5412f935a1f18f9950da259)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/cmake/cmake.hash | 4 ++--
package/cmake/cmake.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
index a41f0a5c8e..6101fe16f0 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.31/cmake-3.31.5-SHA-256.txt
-sha256 66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27 cmake-3.31.5.tar.gz
+# From https://cmake.org/files/v3.31/cmake-3.31.8-SHA-256.txt
+sha256 e3cde3ca83dc2d3212105326b8f1b565116be808394384007e7ef1c253af6caa cmake-3.31.8.tar.gz
# Locally calculated
sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 6a1b6ae7ea..1eb4da90ad 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -6,7 +6,7 @@
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
CMAKE_VERSION_MAJOR = 3.31
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).8
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = Copyright.txt
More information about the buildroot
mailing list