summaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-05-19 11:01:05 +0200
committerNick Hainke <vincent@systemli.org>2023-05-19 13:48:04 +0200
commit45082d4e51935bb3e8eab255dd69c87f6f9310b0 (patch)
tree92dac7e0a24dcc0a418bd15b3ebc364a735abbe0 /tools/cmake
parentf73d011810790095d20f53f473926f5b0fc6284b (diff)
downloadopenwrt-45082d4e51935bb3e8eab255dd69c87f6f9310b0.tar.gz
openwrt-45082d4e51935bb3e8eab255dd69c87f6f9310b0.tar.bz2
openwrt-45082d4e51935bb3e8eab255dd69c87f6f9310b0.zip
tools/cmake: update to 3.26.4
Changelog: https://www.kitware.com/cmake-3-26-4-available-for-download/ Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 7fac8718ed..0c96b017e3 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.26.3
+PKG_VERSION:=3.26.4
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:=bbd8d39217509d163cb544a40d6428ac666ddc83e22905d3e52c925781f0f659
+PKG_HASH:=313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1