diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-05 13:22:42 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-05 13:45:55 +0100 |
commit | 8160beb014baf55cd917cec50c416b69519c6a4d (patch) | |
tree | 464278c1645d3491a7aa1f2c5b401015fd8d9be3 /tools/cmake/Makefile | |
parent | d2ddda691eeac92c6854658fb7389b7f9485d6c8 (diff) | |
download | upstream-8160beb014baf55cd917cec50c416b69519c6a4d.tar.gz upstream-8160beb014baf55cd917cec50c416b69519c6a4d.tar.bz2 upstream-8160beb014baf55cd917cec50c416b69519c6a4d.zip |
cmake: update to version 3.7.1
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/cmake/Makefile')
-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 28f46915aa..9545e12d6c 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.7.0 +PKG_VERSION:=3.7.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cmake.org/files/v3.7/ \ https://fossies.org/linux/misc/ -PKG_HASH:=ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31 +PKG_HASH:=449a5bce64dbd4d5b9517ebd1a1248ed197add6ad27934478976fd5f1f9330e1 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |