diff options
author | Yufei Miao <myf@myf.cloud> | 2020-03-11 13:38:53 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-03-12 21:31:17 +0100 |
commit | 763de7bd51f38f0b9e155bd6160d552d9a0fd2ae (patch) | |
tree | 97bf995e2afd07ac9d1aed92b7e2ec9b96f26b54 /tools/cmake | |
parent | 40e578992b6af6a08126374c6e9aa84d1012e552 (diff) | |
download | upstream-763de7bd51f38f0b9e155bd6160d552d9a0fd2ae.tar.gz upstream-763de7bd51f38f0b9e155bd6160d552d9a0fd2ae.tar.bz2 upstream-763de7bd51f38f0b9e155bd6160d552d9a0fd2ae.zip |
tools/cmake: Update to 3.16.5
Update cmake to 3.16.5
Signed-off-by: Yufei Miao <myf@myf.cloud>
Diffstat (limited to 'tools/cmake')
-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 c8a36b0dba..336db5dd1f 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.16.2 +PKG_VERSION:=3.16.5 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.16/ -PKG_HASH:=8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9 +PKG_HASH:=5f760b50b8ecc9c0c37135fae5fbf00a2fef617059aa9d61c1bb91653e5a8bfc HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 |