summaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-01-22 15:23:00 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-24 23:19:21 +0100
commit825250ec4b26da784de9662e1ca54897927afc67 (patch)
treeb18408fae2b6e87f87a541d3a896536db9f5a032 /tools/cmake/Makefile
parent58a8ad38016cd8a27ab3c95ab38cff7b417c0cff (diff)
downloadopenwrt-825250ec4b26da784de9662e1ca54897927afc67.tar.gz
openwrt-825250ec4b26da784de9662e1ca54897927afc67.tar.bz2
openwrt-825250ec4b26da784de9662e1ca54897927afc67.zip
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@gmail.com>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r--tools/cmake/Makefile4
1 files 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