From c27bc89dc04dc42b780e1aa95f75df3bed78474c Mon Sep 17 00:00:00 2001 From: Andreas Wacknitz Date: Fri, 6 Dec 2024 16:49:48 +0100 Subject: [PATCH] cmake: update to 3.30.2 --- 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 4844b34259..5f975d4722 100644 --- a/components/developer/cmake/Makefile +++ b/components/developer/cmake/Makefile @@ -31,7 +31,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= cmake COMPONENT_MAJOR_VERSION= 3.31 -COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).1 +COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).2 COMPONENT_SUMMARY= A cross-platform, open-source make system COMPONENT_DESCRIPTION= \ CMake is a family of tools designed to build, test and package software. \ @@ -42,7 +42,7 @@ workspaces that can be used in the compiler environment of your choice. COMPONENT_PROJECT_URL= https://www.cmake.org COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha256:c4fc2a9bd0cd5f899ccb2fb81ec422e175090bc0de5d90e906dd453b53065719 +COMPONENT_ARCHIVE_HASH= sha256:42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/files/v$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_FMRI= developer/build/cmake COMPONENT_CLASSIFICATION=Development/Distribution Tools -- 2.11.4.GIT