From: Jack Sun Date: Sun, 12 Jan 2025 06:14:16 +0000 (+0800) Subject: tools/cmake: update to 3.31.4 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5f54e17bae54f79541524b83fd72da102196fab8;p=openwrt%2Fopenwrt.git tools/cmake: update to 3.31.4 Release notes: https://cmake.org/cmake/help/latest/release/3.31.html No need refresh patch Signed-off-by: Jack Sun Link: https://github.com/openwrt/openwrt/pull/17587 Signed-off-by: Robert Marko --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index c204c7522e..da6eb516b7 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.31.3 +PKG_VERSION:=3.31.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:=fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87 +PKG_HASH:=a6130bfe75f5ba5c73e672e34359f7c0a1931521957e8393a5c2922c8b0f7f25 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1