summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanase Yuki2024-09-13 10:16:29 +0000
committerRobert Marko2024-09-18 08:56:14 +0000
commitd97dced25945bd1c4c4653eefd85cb2d05f4ad0c (patch)
treeb9d78d4461caa0a4e899edf7bb34039e11395515
parent732f539fb757f96137149617a79a0a56f737ac1f (diff)
downloadopenwrt-d97dced25945bd1c4c4653eefd85cb2d05f4ad0c.tar.gz
tools/cmake: update to 3.30.3
Release notes: https://cmake.org/cmake/help/latest/release/3.30.html Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/16378 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--tools/cmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index c612e7e405..ed6e04fc89 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.30.2
+PKG_VERSION:=3.30.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:=46074c781eccebc433e98f0bbfa265ca3fd4381f245ca3b140e7711531d60db2
+PKG_HASH:=6d5de15b6715091df7f5441007425264bdd477809f80333fdf95f846aaff88e4
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1