aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAdam Konrad <git@adamkonrad.com>2022-11-26 22:23:20 -0600
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-06 23:58:42 +0100
commit202d404f743a49a50e253c54f43ebd47fd028496 (patch)
treee8aed21e5b83fb51a5fb57cc55a1411541f73d83 /tools
parentd03c520e75ec0a744483a3f57eea35d01fcd298f (diff)
downloadupstream-202d404f743a49a50e253c54f43ebd47fd028496.tar.gz
upstream-202d404f743a49a50e253c54f43ebd47fd028496.tar.bz2
upstream-202d404f743a49a50e253c54f43ebd47fd028496.zip
cmake: update to version 3.19.8
Updating CMake to latest patched version 3.19.8 which is fixing issue with ccache. Related issue: https://github.com/openwrt/openwrt/issues/8555 Compile-tested: arm64 Signed-off-by: Adam Konrad <git@adamkonrad.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/cmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 006934466a..54ac6891a7 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.19.1
+PKG_VERSION:=3.19.8
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.19/
-PKG_HASH:=1d266ea3a76ef650cdcf16c782a317cb4a7aa461617ee941e389cb48738a3aba
+PKG_HASH:=09b4fa4837aae55c75fb170f6a6e2b44818deba48335d1969deddfbb34e30369
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1