summaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-11-21 21:26:02 +0000
committerJohn Crispin <john@openwrt.org>2015-11-21 21:26:02 +0000
commit9ffd80fef5db275efe56703ba98dcbbb4f390164 (patch)
treef1a452b54e989a94fff32866a974e20820934068 /tools/cmake/Makefile
parent058275197bbd3734e923aaabe58cab61cc291634 (diff)
downloadmaster-31e0f0ae-9ffd80fef5db275efe56703ba98dcbbb4f390164.tar.gz
master-31e0f0ae-9ffd80fef5db275efe56703ba98dcbbb4f390164.tar.bz2
master-31e0f0ae-9ffd80fef5db275efe56703ba98dcbbb4f390164.zip
tools/cmake: update to 3.4.0
Update cmake to 3.4.0. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47568
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 b71f1af626..fab2be6fa1 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.3.2
+PKG_VERSION:=3.4.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.cmake.org/files/v3.3/ \
+PKG_SOURCE_URL:=http://www.cmake.org/files/v3.4/ \
https://fossies.org/linux/misc/
-PKG_MD5SUM:=5febbd11bcaac854a27eebaf4a124be2
+PKG_MD5SUM:=cd3034e0a44256a0917e254167217fc8
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1