Minor changes. https://github.com/Kitware/CMake/compare/v3.27.2...v3.27.3
Signed-off-by: Christian Melki <[email protected]> --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index b4c0905b1..535ada4b6 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.2 -HOST_CMAKE_MD5 := 07786cd23c3d0aa9c2fef69efb13662b +HOST_CMAKE_VERSION := 3.27.3 +HOST_CMAKE_MD5 := 7228f5fcc8a858fdeac27e29bda0c144 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) -- 2.34.1
