From: Jack Sun Date: Thu, 25 Jun 2026 11:31:35 +0000 (+0800) Subject: tools/cmake: update to 4.3.4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23938%2Fhead;p=thirdparty%2Fopenwrt.git tools/cmake: update to 4.3.4 Release notes:https://cmake.org/cmake/help/latest/release/4.3.html No need refresh patches. Signed-off-by: Jack Sun Link: https://github.com/openwrt/openwrt/pull/23938 Signed-off-by: Hauke Mehrtens --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 09ee9568910..45f7df13d2c 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=4.3.3 +PKG_VERSION:=4.3.4 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:=cba4bb7a44edf2877bb6f059932896383babe435b3a8c3b5df48b4aa41c9bb85 +PKG_HASH:=fdeff897b9eb49d764539f2b1edc6eb7e1440df325678a97c1978499e931adda HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1