From a8c315192b750453e1b821ab735bdabca43a4d0e Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 4 Apr 2018 10:02:32 +0200 Subject: tools/cmake: Update to 3.11.0 Update cmake to 3.11.0 Remove 110-alpine_musl-compat.patch as it's integrated upstream Rename and refresh patches Signed-off-by: Daniel Engberg --- tools/cmake/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cmake/Makefile') diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index f11b920611..8211c8d44b 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.10.1 +PKG_VERSION:=3.11.0 PKG_CPE_ID:=cpe:/a:kitware:cmake PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://cmake.org/files/v3.10/ \ +PKG_SOURCE_URL:=https://cmake.org/files/v3.11/ \ https://fossies.org/linux/misc/ -PKG_HASH:=7be36ee24b0f5928251b644d29f5ff268330a916944ef4a75e23ba01e7573284 +PKG_HASH:=c313bee371d4d255be2b4e96fd59b11d58bc550a7c78c021444ae565709a656b HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 -- cgit v1.2.3