summaryrefslogtreecommitdiffstats
path: root/tools/cmake
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-08 08:25:39 +0000
committerJohn Crispin <john@openwrt.org>2016-02-08 08:25:39 +0000
commit4cb155bded3aeda5dcf022fcf70b229609013d66 (patch)
tree0205f8b83a6141275eed6d8c8528d52df98a4e47 /tools/cmake
parenta0e8833cb5742ad397b7a90c82a750d2b1667d3a (diff)
downloadmaster-31e0f0ae-4cb155bded3aeda5dcf022fcf70b229609013d66.tar.gz
master-31e0f0ae-4cb155bded3aeda5dcf022fcf70b229609013d66.tar.bz2
master-31e0f0ae-4cb155bded3aeda5dcf022fcf70b229609013d66.zip
tools/cmake: update to 3.4.3
Update cmake to 3.4.3. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48659
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 aa80c97974..d7a68ea810 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.4.1
+PKG_VERSION:=3.4.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cmake.org/files/v3.4/ \
https://fossies.org/linux/misc/
-PKG_MD5SUM:=73acda0d33be9b2729af99893d99a012
+PKG_MD5SUM:=4cb3ff35b2472aae70f542116d616e63
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1