aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-05-01 21:52:48 +0200
committerJohn Crispin <john@phrozen.org>2018-05-05 07:53:44 +0200
commitbc5283381c30d03696177f4731c78d84837ae975 (patch)
treec113a706645b784f8ac288f7111f6cc5d44b4956 /tools/cmake
parent93959bd86dd4d2488dec212987c0bef92f0b5b48 (diff)
downloadupstream-bc5283381c30d03696177f4731c78d84837ae975.tar.gz
upstream-bc5283381c30d03696177f4731c78d84837ae975.tar.bz2
upstream-bc5283381c30d03696177f4731c78d84837ae975.zip
tools/cmake: Update to 3.11.1
Update cmake to 3.11.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 8211c8d44b..b6d628715c 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.11.0
+PKG_VERSION:=3.11.1
PKG_CPE_ID:=cpe:/a:kitware:cmake
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cmake.org/files/v3.11/ \
https://fossies.org/linux/misc/
-PKG_HASH:=c313bee371d4d255be2b4e96fd59b11d58bc550a7c78c021444ae565709a656b
+PKG_HASH:=57bebc6ca4d1d42c6385249d148d9216087e0fda57a47dc5c858790a70217d0c
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1