From: Daniel Engberg Date: Sun, 9 Sep 2018 11:17:28 +0000 (+0200) Subject: tools/cmake: Update to 3.12.2 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis.git;a=commitdiff_plain;h=791a3a22ad86def9a7a71168a596a0a920fe3eeb tools/cmake: Update to 3.12.2 Update CMake to 3.12.2 Signed-off-by: Daniel Engberg --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 340c47cb07..a209fe3a81 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.12.1 +PKG_VERSION:=3.12.2 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cmake.org/files/v3.12/ \ https://fossies.org/linux/misc/ -PKG_HASH:=c53d5c2ce81d7a957ee83e3e635c8cda5dfe20c9d501a4828ee28e1615e57ab2 +PKG_HASH:=0f97485799e51a7070cc11494f3e02349b0fc3a24cc12b082e737bf67a0581a4 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1