aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-18 07:22:52 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-08-20 23:26:36 +0200
commit3b2f19271cc2cd92a4f3c184f6362c2ec2793041 (patch)
tree52b7863bf8830bd31ae5fb16e92d99d06b0fe73e /tools/cmake
parentce3e467d6134fc56317bf851d4f25d7da80df38e (diff)
downloadupstream-3b2f19271cc2cd92a4f3c184f6362c2ec2793041.tar.gz
upstream-3b2f19271cc2cd92a4f3c184f6362c2ec2793041.tar.bz2
upstream-3b2f19271cc2cd92a4f3c184f6362c2ec2793041.zip
tools/cmake: update to 3.24.1
Update cmake to newest version. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 4391586b2d..9650755ba0 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.22.3
+PKG_VERSION:=3.24.1
PKG_RELEASE:=1
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/v3.22/
-PKG_HASH:=9f8469166f94553b6978a16ee29227ec49a2eb5ceb608275dec40d8ae0d1b5a0
+ https://cmake.org/files/v3.24/
+PKG_HASH:=4931e277a4db1a805f13baa7013a7757a0cbfe5b7932882925c7061d9d1fa82b
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1