summaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-12-18 01:43:49 +0100
committerNick Hainke <vincent@systemli.org>2023-12-18 12:55:28 +0100
commit659f027e6980d9c22ca624576be6176d757df8cb (patch)
tree896fcf5582cbd50ab2ce802c36db012aefccf17f /tools/cmake/Makefile
parent62a2af6555778c50e7b2113537f33b09a9d82da2 (diff)
downloadopenwrt-659f027e6980d9c22ca624576be6176d757df8cb.tar.gz
openwrt-659f027e6980d9c22ca624576be6176d757df8cb.tar.bz2
openwrt-659f027e6980d9c22ca624576be6176d757df8cb.zip
tools/cmake: update to 3.28.1
Release Notes: https://www.kitware.com/cmake-3-28-1-available-for-download/ Signed-off-by: Nick Hainke <vincent@systemli.org>
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 185b3c36e5..b67789385e 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.28.0
+PKG_VERSION:=3.28.1
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:=e1dcf9c817ae306e73a45c2ba6d280c65cf4ec00dd958eb144adaf117fb58e71
+PKG_HASH:=15e94f83e647f7d620a140a7a5da76349fc47a1bfed66d0f5cdee8e7344079ad
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1