From 0aea2343e472ac047a9ccf871e1f372203e302aa Mon Sep 17 00:00:00 2001 From: Christian Melki Date: Fri, 28 Jul 2023 17:59:33 +0200 Subject: host-cmake: Version bump. 3.27.0 -> 3.27.1 Could not find any minor changelog. Looks harmless enough. https://cmake.org/cmake/help/latest/release/3.27.html Signed-off-by: Christian Melki Message-Id: <20230728155933.2717810-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules/host-cmake.make') diff --git a/rules/host-cmake.make b/rules/host-cmake.make index fcdd40b64..27d823288 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.0 -HOST_CMAKE_MD5 := a3c5655f96d5c66fa2191909399e2216 +HOST_CMAKE_VERSION := 3.27.1 +HOST_CMAKE_MD5 := 4ef68d35180b17019058e18d523d9f44 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) -- cgit v1.2.3