aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-12-14 22:00:21 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-12-15 20:35:00 +0100
commitbfc433efd4a0c6875a92981d1bd2a5e3e60c61c6 (patch)
treee1f284b271a10602b4fb7e64342a2ded42b54e56 /tools/cmake/Makefile
parentafd4bf08bc544ad6c590348f9a8ecae52f5818cc (diff)
downloadupstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.tar.gz
upstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.tar.bz2
upstream-bfc433efd4a0c6875a92981d1bd2a5e3e60c61c6.zip
tools/cmake: update to 3.19.1
Update cmake to version 3.19.1 Release notes: https://cmake.org/cmake/help/v3.19/release/3.19.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'tools/cmake/Makefile')
-rw-r--r--tools/cmake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index 05615fe740..64164fdd1d 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cmake
-PKG_VERSION:=3.18.5
+PKG_VERSION:=3.19.1
PKG_RELEASE:=1
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.18/
-PKG_HASH:=080bf24b0f73f4bf3ec368d2be1aa59369b9bb1cd693deeb6f18fe553ca74ab4
+ https://cmake.org/files/v3.19/
+PKG_HASH:=1d266ea3a76ef650cdcf16c782a317cb4a7aa461617ee941e389cb48738a3aba
HOST_BUILD_PARALLEL:=1
HOST_CONFIGURE_PARALLEL:=1