From: Jack Sun Date: Sat, 16 May 2026 12:02:04 +0000 (+0800) Subject: tools/cmake: update to 4.3.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbf265d3e1b747e2c5b497649f4cdbd98fbf34b;p=thirdparty%2Fopenwrt.git tools/cmake: update to 4.3.2 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/23398 Signed-off-by: Robert Marko --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 7c4003362ea..d294649866f 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=4.3.1 +PKG_VERSION:=4.3.2 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:=0798f4be7a1a406a419ac32db90c2956936fecbf50db3057d7af47d69a2d7edb +PKG_HASH:=b0231eb39b3c3cabdc568c619df78208a7bd95ea10c9b2236d61218bac1b367d HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1