diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-05-08 22:18:25 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 1a0d52a733df1467c4b76c42a9612a8ab8c0c63a (patch) | |
tree | 31252c34a210df3c9a1b799a1d96b40ae65a440d /tools/cmake/Makefile | |
parent | 910df3f06cc902ca2cb0ca8e963e9354c930df1a (diff) | |
download | upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.gz upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.tar.bz2 upstream-1a0d52a733df1467c4b76c42a9612a8ab8c0c63a.zip |
tools/cmake: update to 3.8.1
* update cmake to 3.8.1
* refresh patches
Release notes:
https://cmake.org/cmake/help/v3.8/release/3.8.html
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r-- | tools/cmake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index cd9e7c16fc..a94942f84c 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.7.2 +PKG_VERSION:=3.8.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://cmake.org/files/v3.7/ \ +PKG_SOURCE_URL:=https://cmake.org/files/v3.8/ \ https://fossies.org/linux/misc/ -PKG_HASH:=dc1246c4e6d168ea4d6e042cfba577c1acd65feea27e56f5ff37df920c30cae0 +PKG_HASH:=ce5d9161396e06501b00e52933783150a87c33080d4bdcef461b5b7fd24ac228 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |