[openwrt/openwrt] tools/cmake: update to 3.25.2
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 24 14:19:52 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/825250ec4b26da784de9662e1ca54897927afc67
commit 825250ec4b26da784de9662e1ca54897927afc67
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sun Jan 22 15:23:00 2023 +0800
tools/cmake: update to 3.25.2
Release Notes:
https://cmake.org/cmake/help/latest/release/3.25.html#id2
Signed-off-by: Linhui Liu <liulinhui36 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 b7dadee733..ed2580fe4c 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.25.1
+PKG_VERSION:=3.25.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:=1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8
+PKG_HASH:=c026f22cb931dd532f648f087d587f07a1843c6e66a3dfca4fb0ea21944ed33c
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1
More information about the lede-commits
mailing list