[openwrt/openwrt] tools/cmake: update to 3.31.3
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 27 02:16:31 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/54cb64c7c12416f5f9196cf72fbe806b8306ce50
commit 54cb64c7c12416f5f9196cf72fbe806b8306ce50
Author: Jack Sun <sunjiazheng321521 at gmail.com>
AuthorDate: Sat Dec 21 22:07:43 2024 +0800
tools/cmake: update to 3.31.3
Release notes: https://cmake.org/cmake/help/latest/release/3.31.html
No need refresh patch
Signed-off-by: Jack Sun <sunjiazheng321521 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17322
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/cmake/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index a471d53a8e..c204c7522e 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.31.2
+PKG_VERSION:=3.31.3
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:=42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2
+PKG_HASH:=fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1
More information about the lede-commits
mailing list