summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-09-03 18:05:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-15 12:51:01 +0200
commit6aeeb86f8dc1b432172784b939e8da18019e08eb (patch)
treea72df3762e0a33f7aa0131459be616daaa96c57f /rules/host-cmake.make
parent486597eb2bdd83333f1fd1de8728a3f5cd6336f3 (diff)
downloadptxdist-6aeeb86f8dc1b432172784b939e8da18019e08eb.tar.gz
ptxdist-6aeeb86f8dc1b432172784b939e8da18019e08eb.tar.xz
host-cmake: Version bump. 3.27.3 -> 3.27.4
Minor changes, including zlib version handling. https://github.com/Kitware/CMake/compare/v3.27.3...v3.27.4 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230903160525.555304-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cmake.make')
-rw-r--r--rules/host-cmake.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index 535ada4b6..fcd6296ab 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -15,8 +15,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 3.27.3
-HOST_CMAKE_MD5 := 7228f5fcc8a858fdeac27e29bda0c144
+HOST_CMAKE_VERSION := 3.27.4
+HOST_CMAKE_MD5 := 91639a7c786f33340f07a6e0b2a85ee1
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)