aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-03-29 07:18:07 +0100
committerNick Hainke <vincent@systemli.org>2024-03-29 07:18:07 +0100
commitb05aad58e810181967bf85884ae351a7f433e3a6 (patch)
tree1878616dc5d270b9d26b98e62850ec7850127ef1 /tools/cmake/Makefile
parent714c91d1a63f29650abaa9cf69ffa47cf2c70297 (diff)
tools/cmake: update to 3.29.0
Changelog: - https://www.kitware.com/cmake-3-29-0-available-for-download/ Refresh patches: - 120-curl-fix-libressl-linking.patch - 130-bootstrap_parallel_make_flag.patch - 150-zstd-libarchive.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r--tools/cmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index d73f3fba62..1027b671bd 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.28.3
+PKG_VERSION:=3.29.0
PKG_VERSION_MAJOR:=$(word 1,$(subst ., ,$(PKG_VERSION))).$(word 2,$(subst ., ,$(PKG_VERSION)))
PKG_RELEASE:=1
PKG_CPE_ID:=cpe:/a:kitware:cmake
@@ -15,7 +15,7 @@ PKG_CPE_ID:=cpe:/a:kitware:cmake
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/Kitware/CMake/releases/download/v$(PKG_VERSION)/ \
https://cmake.org/files/v$(PKG_VERSION_MAJOR)/
-PKG_HASH:=72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1
+PKG_HASH:=a0669630aae7baa4a8228048bf30b622f9e9fd8ee8cedb941754e9e38686c778
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1