diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:39 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:39 +0000 |
commit | be7481731dce7fe51e446c5f210150cb5fc93838 (patch) | |
tree | a59b16a23d0fcee39c40438022384cf62969b082 | |
parent | 1726adc1d75944236974af91aefbb06ecd3d9758 (diff) | |
download | master-187ad058-be7481731dce7fe51e446c5f210150cb5fc93838.tar.gz master-187ad058-be7481731dce7fe51e446c5f210150cb5fc93838.tar.bz2 master-187ad058-be7481731dce7fe51e446c5f210150cb5fc93838.zip |
tools/cmake: update to 3.4.3
Update cmake to 3.4.3.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48659 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 |