Skip to content

Commit

Permalink
cmake: update to 3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWac committed Jan 14, 2021
1 parent 4028532 commit b2f1158
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/developer/cmake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= cmake
COMPONENT_MAJOR_VERSION=3.19
COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).2
COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).3
COMPONENT_PROJECT_URL= https://www.cmake.org/
COMPONENT_FMRI= developer/build/cmake
COMPONENT_CLASSIFICATION=Development/Distribution Tools
Expand All @@ -46,10 +46,8 @@ CMake generates native makefiles and workspaces that can be used in the \
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:e3e0fd3b23b7fb13e1a856581078e0776ffa2df4e9d3164039c36d3315e0c7f0
COMPONENT_ARCHIVE_URL= \
https://www.cmake.org/files/v$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= sha256:3faca7c131494a1e34d66e9f8972ff5369e48d419ea8ceaa3dc15b4c11367732
COMPONENT_ARCHIVE_URL= https://www.cmake.org/files/v$(COMPONENT_MAJOR_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= BSD, MIT, GPLv2, Curl, PD

include $(WS_MAKE_RULES)/common.mk
Expand Down

0 comments on commit b2f1158

Please sign in to comment.