diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2016-06-21 13:03:14 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-21 13:03:14 +0200 |
commit | 6f91f30f9f308d7bf2c9c0e193393dbae10cc348 (patch) | |
tree | 2b357337c0f99ea1a953857d3be9ed510b5f568d | |
parent | 31f176f5676dfa20b75c4e4a6ff097bfd09f7a07 (diff) | |
download | master-187ad058-6f91f30f9f308d7bf2c9c0e193393dbae10cc348.tar.gz master-187ad058-6f91f30f9f308d7bf2c9c0e193393dbae10cc348.tar.bz2 master-187ad058-6f91f30f9f308d7bf2c9c0e193393dbae10cc348.zip |
tools/cmake: bump to 3.5.2
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
-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 3cbc09ea15..da62f70745 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.5.1 +PKG_VERSION:=3.5.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cmake.org/files/v3.5/ \ https://fossies.org/linux/misc/ -PKG_MD5SUM:=ca051f4a66375c89d1a524e726da0296 +PKG_MD5SUM:=701386a1b5ec95f8d1075ecf96383e02 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |