diff options
author | Etienne Haarsma <bladeoner112@gmail.com> | 2017-02-05 22:13:36 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-09 14:49:25 +0100 |
commit | 0928b6d2abf27124e0ffbd85be953cedda8e62d2 (patch) | |
tree | e809237cc15bd9341a21405485e0834300ec1b6d /tools | |
parent | 0127c480bb709c38e6cd2b2c0deb6931606e709f (diff) | |
download | upstream-0928b6d2abf27124e0ffbd85be953cedda8e62d2.tar.gz upstream-0928b6d2abf27124e0ffbd85be953cedda8e62d2.tar.bz2 upstream-0928b6d2abf27124e0ffbd85be953cedda8e62d2.zip |
cmake: update to version 3.7.2
Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
Diffstat (limited to 'tools')
-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 d6f03e4208..cd9e7c16fc 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.7.1 +PKG_VERSION:=3.7.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cmake.org/files/v3.7/ \ https://fossies.org/linux/misc/ -PKG_HASH:=449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1 +PKG_HASH:=dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |