diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-18 10:30:27 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-01-18 14:18:22 +0100 |
commit | 343f27f8b0f8710a34ff09b0e9fbf5fe0984051f (patch) | |
tree | 09f6c6fde45d29024215c74aab31a70180f8b5f4 /tools/cmake/Makefile | |
parent | f87281b2956110f10af9eb23fc6d327dfde7ab42 (diff) | |
download | upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.gz upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.tar.bz2 upstream-343f27f8b0f8710a34ff09b0e9fbf5fe0984051f.zip |
tools/cmake: update to 3.16.2
Update cmake to 3.16.2 and refresh patches.
Release notes:
https://cmake.org/cmake/help/v3.16/release/3.16.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 33d6d4944f..c8a36b0dba 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.15.1 +PKG_VERSION:=3.16.2 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/Kitware/CMake/releases/download/v$(PKG_VERSION)/ \ - https://cmake.org/files/v3.15/ -PKG_HASH:=18dec548d8f8b04d53c60f9cedcebaa6762f8425339d1e2c889c383d3ccdd7f7 + https://cmake.org/files/v3.16/ +PKG_HASH:=8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |