From ef14b64b85580eaadf244ab490299d2a3044be07 Mon Sep 17 00:00:00 2001 From: Andreas Wacknitz Date: Fri, 6 Oct 2017 22:29:18 +0200 Subject: [PATCH] cmake: update to version 3.9.4 --- components/developer/cmake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/developer/cmake/Makefile b/components/developer/cmake/Makefile index 114266b65..0a50ece4f 100644 --- a/components/developer/cmake/Makefile +++ b/components/developer/cmake/Makefile @@ -31,7 +31,7 @@ PARFAIT_BUILD=no include ../../../make-rules/shared-macros.mk COMPONENT_NAME= cmake -COMPONENT_VERSION= 3.9.3 +COMPONENT_VERSION= 3.9.4 COMPONENT_MAJOR_VERSION= 3.9 COMPONENT_FMRI= developer/build/cmake COMPONENT_LICENSE= BSD, MIT, GPLv2, Curl, PD @@ -47,7 +47,7 @@ workspaces that can be used in the compiler environment of your choice. COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a + sha256:b5d86f12ae0072db520fdbdad67405f799eb728b610ed66043c20a92b4906ca1 COMPONENT_ARCHIVE_URL= \ https://www.cmake.org/files/v$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= https://www.cmake.org/ -- 2.11.4.GIT