diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 36481ad2e1..6259a5b390 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -59,7 +59,7 @@ Latest changes * busybox 1.37.0 * ca-bundle 2024-12-31 * Ccache 4.10.2 - * cmake 3.31.4 + * cmake 3.31.5 * fakeroot 1.36.2 * kconfig 6.12 * lzma2 5.6.4 diff --git a/make/host-tools/cmake-host/cmake-host.mk b/make/host-tools/cmake-host/cmake-host.mk index b0a6b8c09f..2ebcb2c2e1 100644 --- a/make/host-tools/cmake-host/cmake-host.mk +++ b/make/host-tools/cmake-host/cmake-host.mk @@ -1,7 +1,7 @@ -$(call TOOLS_INIT, 3.31.4) +$(call TOOLS_INIT, 3.31.5) $(PKG)_MAJOR_VERSION:=$(call GET_MAJOR_VERSION,$($(PKG)_VERSION)) $(PKG)_SOURCE:=$(pkg_short)-$($(PKG)_VERSION).tar.gz -$(PKG)_HASH:=a6130bfe75f5ba5c73e672e34359f7c0a1931521957e8393a5c2922c8b0f7f25 +$(PKG)_HASH:=66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27 $(PKG)_SITE:=https://github.com/Kitware/CMake/releases/download/v$($(PKG)_VERSION) ### WEBSITE:=https://cmake.org/ ### MANPAGE:=https://cmake.org/cmake/help/latest/