From: Alexandros C. Couloumbis Date: Thu, 24 Mar 2011 11:27:07 +0000 (+0000) Subject: tools/cmake: update to version 2.8.4 X-Git-Tag: reboot~17147 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=59b085ff1bc216f702735f495040583b678292bf;p=openwrt%2Fstaging%2Fxback.git tools/cmake: update to version 2.8.4 SVN-Revision: 26283 --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index dbc2a7e124..d5e885ca33 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=2.8.3 +PKG_VERSION:=2.8.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.cmake.org/files/v2.8/ -PKG_MD5SUM:=a76a44b93acf5e3badda9de111385921 +PKG_MD5SUM:=209b7d1d04b2e00986538d74ba764fcf include $(INCLUDE_DIR)/host-build.mk