summaryrefslogtreecommitdiff
path: root/tools/cmake
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-02-28 00:52:33 +0000
committerLuka Perkov <luka@openwrt.org>2013-02-28 00:52:33 +0000
commit829e0bc8b38c57f3d8d674a68c5b3ce322882c6e (patch)
tree844b9f1864f499b19d52c2518917f2f97a5362a8 /tools/cmake
parent2dde4db723c87ed89d83f1d35d14471feb676cac (diff)
downloadmtk-20170518-829e0bc8b38c57f3d8d674a68c5b3ce322882c6e.zip
mtk-20170518-829e0bc8b38c57f3d8d674a68c5b3ce322882c6e.tar.gz
mtk-20170518-829e0bc8b38c57f3d8d674a68c5b3ce322882c6e.tar.bz2
cmake: upgrade to version 2.8.10.2
SVN-Revision: 35826
Diffstat (limited to 'tools/cmake')
-rw-r--r--tools/cmake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 2fca3a8..4e4d71b 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=2.8.9
+PKG_VERSION:=2.8.10.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.cmake.org/files/v2.8/
-PKG_MD5SUM:=801f4c87f8b604f727df5bf1f05a59e7
+PKG_MD5SUM:=097278785da7182ec0aea8769d06860c
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1