aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-04-05 15:38:32 -0700
committerHans Dedecker <dedeckeh@gmail.com>2020-04-06 20:30:18 +0200
commit8af80e79bd5b750bf9a5ab01a6ecdb3971248bae (patch)
treeef68eb881b3fd334cc3653df3bf5fc621600ebf8 /tools/cmake/Makefile
parenta0d14510884e6549a1637f69b0bb7325b280aff8 (diff)
downloadupstream-8af80e79bd5b750bf9a5ab01a6ecdb3971248bae.tar.gz
upstream-8af80e79bd5b750bf9a5ab01a6ecdb3971248bae.tar.bz2
upstream-8af80e79bd5b750bf9a5ab01a6ecdb3971248bae.zip
tools/cmake: update to 3.17.0
Remove libressl patches; they are no longer needed as LibreSSl adde support Replace qt tests patch with one that disables all of them. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r--tools/cmake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 336db5dd1f..ab3d225aa6 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.16.5
+PKG_VERSION:=3.17.0
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.16/
-PKG_HASH:=5f760b50b8ecc9c0c37135fae5fbf00a2fef617059aa9d61c1bb91653e5a8bfc
+ https://cmake.org/files/v3.17/
+PKG_HASH:=b74c05b55115eacc4fa2b77a814981dbda05cdc95a53e279fe16b7b272f00847
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1