diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-24 11:27:07 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-24 11:27:07 +0000 |
commit | 72de6aa3c69863b88cae677884535ff85c32acb5 (patch) | |
tree | 8411a1179d80e724f853da45d0b492a760742cd3 /tools/cmake | |
parent | b139cef40ade2d9be8a8a883144b89ebef069666 (diff) |
tools/cmake: update to version 2.8.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/cmake')
-rw-r--r-- | tools/cmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index dbc2a7e12..d5e885ca3 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 |